rss-parser
Advanced tools
Comparing version 2.2.1 to 2.2.2
27
index.js
@@ -26,2 +26,13 @@ var Entities = require("entities"); | ||
var getContent = function(content) { | ||
if (typeof content._ === 'string') { | ||
return content._; | ||
} else if (typeof content === 'object') { | ||
var builder = new XML2JS.Builder({headless: true, explicitRoot: true, rootName: 'div', renderOpts: {pretty: false}}); | ||
return builder.buildObject(content); | ||
} else { | ||
return content; | ||
} | ||
} | ||
var parseAtomFeed = function(xmlObj, callback) { | ||
@@ -42,8 +53,8 @@ var feed = xmlObj.feed; | ||
var item = {}; | ||
item.title = entry.title[0]; | ||
item.link = entry.link[0].$.href; | ||
item.pubDate = new Date(entry.updated[0]).toISOString(); | ||
item.author = entry.author[0].name[0]; | ||
if (entry.title) item.title = entry.title[0]; | ||
if (entry.link) item.link = entry.link[0].$.href; | ||
if (entry.updated) item.pubDate = new Date(entry.updated[0]).toISOString(); | ||
if (entry.author) item.author = entry.author[0].name[0]; | ||
if (entry.content) { | ||
item.content = entry.content[0]._; | ||
item.content = getContent(entry.content[0]); | ||
item.contentSnippet = getSnippet(item.content) | ||
@@ -77,7 +88,3 @@ } | ||
if (item.description) { | ||
entry.content = item.description[0]; | ||
if (typeof entry.content === 'object') { | ||
var builder = new XML2JS.Builder({headless: true}); | ||
entry.content = builder.buildObject(entry.content); | ||
} | ||
entry.content = getContent(item.description[0]); | ||
entry.contentSnippet = getSnippet(entry.content); | ||
@@ -84,0 +91,0 @@ } |
{ | ||
"name": "rss-parser", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -8,4 +8,4 @@ { | ||
"pubDate": "Sat, 23 Jan 2016 15:40:37 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/space/comments/42babr/the_difficulties_in_space/\">\n <img src=\"https://b.thumbs.redditmedia.com/l50PUpLyyNMLwFrYMuCb3kwlDaq3k1Pwo5YhsdAz2jU.jpg\" alt=\"The Difficulties in Space\" title=\"The Difficulties in Space\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/benjaab123\">benjaab123</a>\n <a href=\"https://www.reddit.com/r/space/\">space</a>\n <a href=\"https://gfycat.com/UnfinishedForkedBluet\">[link]</a>\n <a href=\"https://www.reddit.com/r/space/comments/42babr/the_difficulties_in_space/\">[959 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n benjaab123\n space\n [link]\n [959 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/space/comments/42babr/the_difficulties_in_space/\"><img src=\"https://b.thumbs.redditmedia.com/l50PUpLyyNMLwFrYMuCb3kwlDaq3k1Pwo5YhsdAz2jU.jpg\" alt=\"The Difficulties in Space\" title=\"The Difficulties in Space\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/benjaab123\">benjaab123</a><a href=\"https://www.reddit.com/r/space/\">space</a><a href=\"https://gfycat.com/UnfinishedForkedBluet\">[link]</a><a href=\"https://www.reddit.com/r/space/comments/42babr/the_difficulties_in_space/\">[959 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytobenjaab123space[link][959 comments]", | ||
"guid": "https://www.reddit.com/r/space/comments/42babr/the_difficulties_in_space/", | ||
@@ -20,4 +20,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 16:36:05 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/pics/comments/42bic6/driving_for_uber_in_the_virginia_last_night/\">\n <img src=\"https://b.thumbs.redditmedia.com/87QOWtbdf3hgDiMhBMTdEbfs7HJX0G3OgdgCO6Yeyso.jpg\" alt=\"Driving for Uber in the Virginia last night\" title=\"Driving for Uber in the Virginia last night\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/eskimio\">eskimio</a>\n <a href=\"https://www.reddit.com/r/pics/\">pics</a>\n <a href=\"http://i.imgur.com/quniy7i.jpg\">[link]</a>\n <a href=\"https://www.reddit.com/r/pics/comments/42bic6/driving_for_uber_in_the_virginia_last_night/\">[533 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n eskimio\n pics\n [link]\n [533 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/pics/comments/42bic6/driving_for_uber_in_the_virginia_last_night/\"><img src=\"https://b.thumbs.redditmedia.com/87QOWtbdf3hgDiMhBMTdEbfs7HJX0G3OgdgCO6Yeyso.jpg\" alt=\"Driving for Uber in the Virginia last night\" title=\"Driving for Uber in the Virginia last night\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/eskimio\">eskimio</a><a href=\"https://www.reddit.com/r/pics/\">pics</a><a href=\"http://i.imgur.com/quniy7i.jpg\">[link]</a><a href=\"https://www.reddit.com/r/pics/comments/42bic6/driving_for_uber_in_the_virginia_last_night/\">[533 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytoeskimiopics[link][533 comments]", | ||
"guid": "https://www.reddit.com/r/pics/comments/42bic6/driving_for_uber_in_the_virginia_last_night/", | ||
@@ -32,4 +32,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 15:22:27 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/funny/comments/42b7ov/today_i_found_out_how_to_remotely_control_my_high/\">\n <img src=\"https://b.thumbs.redditmedia.com/HUnESX5lxjv061hBfFCES2B6Zr3ERAjoeACrYCX0sbI.jpg\" alt=\"Today I found out how to remotely control my high school student's computers and how to send them messages when they're not doing the right thing\" title=\"Today I found out how to remotely control my high school student's computers and how to send them messages when they're not doing the right thing\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/yungscott\">yungscott</a>\n <a href=\"https://www.reddit.com/r/funny/\">funny</a>\n <a href=\"http://i.imgur.com/V1HMBvO.jpg\">[link]</a>\n <a href=\"https://www.reddit.com/r/funny/comments/42b7ov/today_i_found_out_how_to_remotely_control_my_high/\">[1609 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n yungscott\n funny\n [link]\n [1609 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/funny/comments/42b7ov/today_i_found_out_how_to_remotely_control_my_high/\"><img src=\"https://b.thumbs.redditmedia.com/HUnESX5lxjv061hBfFCES2B6Zr3ERAjoeACrYCX0sbI.jpg\" alt=\"Today I found out how to remotely control my high school student's computers and how to send them messages when they're not doing the right thing\" title=\"Today I found out how to remotely control my high school student's computers and how to send them messages when they're not doing the right thing\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/yungscott\">yungscott</a><a href=\"https://www.reddit.com/r/funny/\">funny</a><a href=\"http://i.imgur.com/V1HMBvO.jpg\">[link]</a><a href=\"https://www.reddit.com/r/funny/comments/42b7ov/today_i_found_out_how_to_remotely_control_my_high/\">[1609 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytoyungscottfunny[link][1609 comments]", | ||
"guid": "https://www.reddit.com/r/funny/comments/42b7ov/today_i_found_out_how_to_remotely_control_my_high/", | ||
@@ -44,4 +44,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 14:51:51 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/gaming/comments/42b3j9/til_that_xbox360_can_be_used_as_an_projector/\">\n <img src=\"https://a.thumbs.redditmedia.com/ilha0zxBIdGqsryWg-yZ2s8c3KFN1CHOKoIFxbcRYC4.jpg\" alt=\"TIL that xbox360 can be used as an projector. Atleast thats what Ikea make me believe.\" title=\"TIL that xbox360 can be used as an projector. Atleast thats what Ikea make me believe.\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/kleutscher\">kleutscher</a>\n <a href=\"https://www.reddit.com/r/gaming/\">gaming</a>\n <a href=\"http://imgur.com/uKLWpg6\">[link]</a>\n <a href=\"https://www.reddit.com/r/gaming/comments/42b3j9/til_that_xbox360_can_be_used_as_an_projector/\">[296 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n kleutscher\n gaming\n [link]\n [296 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/gaming/comments/42b3j9/til_that_xbox360_can_be_used_as_an_projector/\"><img src=\"https://a.thumbs.redditmedia.com/ilha0zxBIdGqsryWg-yZ2s8c3KFN1CHOKoIFxbcRYC4.jpg\" alt=\"TIL that xbox360 can be used as an projector. Atleast thats what Ikea make me believe.\" title=\"TIL that xbox360 can be used as an projector. Atleast thats what Ikea make me believe.\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/kleutscher\">kleutscher</a><a href=\"https://www.reddit.com/r/gaming/\">gaming</a><a href=\"http://imgur.com/uKLWpg6\">[link]</a><a href=\"https://www.reddit.com/r/gaming/comments/42b3j9/til_that_xbox360_can_be_used_as_an_projector/\">[296 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytokleutschergaming[link][296 comments]", | ||
"guid": "https://www.reddit.com/r/gaming/comments/42b3j9/til_that_xbox360_can_be_used_as_an_projector/", | ||
@@ -56,4 +56,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 14:49:30 +0000", | ||
"content": "<root>\n submitted byto\n <a href=\"https://www.reddit.com/user/ObParks\">ObParks</a>\n <a href=\"https://www.reddit.com/r/news/\">news</a>\n <a href=\"http://www.bbc.co.uk/news/entertainment-arts-35381354\">[link]</a>\n <a href=\"https://www.reddit.com/r/news/comments/42b39d/bill_cosby_wins_defamation_case/\">[1804 comments]</a>\n <br/>\n</root>", | ||
"contentSnippet": "submitted byto\n ObParks\n news\n [link]\n [1804 comments]", | ||
"content": "submitted byto", | ||
"contentSnippet": "submitted byto", | ||
"guid": "https://www.reddit.com/r/news/comments/42b39d/bill_cosby_wins_defamation_case/", | ||
@@ -68,4 +68,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 14:32:28 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/gifs/comments/42b12w/super_crab/\">\n <img src=\"https://b.thumbs.redditmedia.com/5FxCtfUooUuyy01OFXS1COBucKM1HUObOgsoS6ButUE.jpg\" alt=\"Super Crab!\" title=\"Super Crab!\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/tarynsouthernie\">tarynsouthernie</a>\n <a href=\"https://www.reddit.com/r/gifs/\">gifs</a>\n <a href=\"http://i.imgur.com/kU3chMe.gifv\">[link]</a>\n <a href=\"https://www.reddit.com/r/gifs/comments/42b12w/super_crab/\">[650 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n tarynsouthernie\n gifs\n [link]\n [650 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/gifs/comments/42b12w/super_crab/\"><img src=\"https://b.thumbs.redditmedia.com/5FxCtfUooUuyy01OFXS1COBucKM1HUObOgsoS6ButUE.jpg\" alt=\"Super Crab!\" title=\"Super Crab!\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/tarynsouthernie\">tarynsouthernie</a><a href=\"https://www.reddit.com/r/gifs/\">gifs</a><a href=\"http://i.imgur.com/kU3chMe.gifv\">[link]</a><a href=\"https://www.reddit.com/r/gifs/comments/42b12w/super_crab/\">[650 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytotarynsoutherniegifs[link][650 comments]", | ||
"guid": "https://www.reddit.com/r/gifs/comments/42b12w/super_crab/", | ||
@@ -80,4 +80,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 14:05:46 +0000", | ||
"content": "<root>\n submitted byto\n <a href=\"https://www.reddit.com/user/conantheking\">conantheking</a>\n <a href=\"https://www.reddit.com/r/worldnews/\">worldnews</a>\n <a href=\"http://www.globalpost.com/article/6723725/2016/01/22/japan-accepts-27-refugees-last-year-rejects-99\">[link]</a>\n <a href=\"https://www.reddit.com/r/worldnews/comments/42axuv/japan_accepts_27_refugees_last_year_rejects_99/\">[5282 comments]</a>\n <br/>\n</root>", | ||
"contentSnippet": "submitted byto\n conantheking\n worldnews\n [link]\n [5282 comments]", | ||
"content": "submitted byto", | ||
"contentSnippet": "submitted byto", | ||
"guid": "https://www.reddit.com/r/worldnews/comments/42axuv/japan_accepts_27_refugees_last_year_rejects_99/", | ||
@@ -92,4 +92,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 13:33:58 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/aww/comments/42aukl/tap_shower_time/\">\n <img src=\"https://b.thumbs.redditmedia.com/xeW3m0UHdLP_37l3U2dDpm-9Nv1WrQSfEkU_uf2UU5M.jpg\" alt=\"Tap shower time!\" title=\"Tap shower time!\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/theone1221\">theone1221</a>\n <a href=\"https://www.reddit.com/r/aww/\">aww</a>\n <a href=\"http://imgur.com/UatkKan.gifv\">[link]</a>\n <a href=\"https://www.reddit.com/r/aww/comments/42aukl/tap_shower_time/\">[578 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n theone1221\n aww\n [link]\n [578 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/aww/comments/42aukl/tap_shower_time/\"><img src=\"https://b.thumbs.redditmedia.com/xeW3m0UHdLP_37l3U2dDpm-9Nv1WrQSfEkU_uf2UU5M.jpg\" alt=\"Tap shower time!\" title=\"Tap shower time!\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/theone1221\">theone1221</a><a href=\"https://www.reddit.com/r/aww/\">aww</a><a href=\"http://imgur.com/UatkKan.gifv\">[link]</a><a href=\"https://www.reddit.com/r/aww/comments/42aukl/tap_shower_time/\">[578 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytotheone1221aww[link][578 comments]", | ||
"guid": "https://www.reddit.com/r/aww/comments/42aukl/tap_shower_time/", | ||
@@ -104,4 +104,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 13:55:20 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/todayilearned/comments/42awq6/til_sleeping_beauty_herself_only_has_18_lines_of/\">\n <img src=\"https://a.thumbs.redditmedia.com/DP_vSUoY2SR2MuyOY6qyjvV1pEaxW-R-rCtdJ5lDoj4.jpg\" alt=\"TIL Sleeping Beauty herself only has 18 lines of dialogue in the entire movie.\" title=\"TIL Sleeping Beauty herself only has 18 lines of dialogue in the entire movie.\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/moonsprite\">moonsprite</a>\n <a href=\"https://www.reddit.com/r/todayilearned/\">todayilearned</a>\n <a href=\"https://en.wikipedia.org/wiki/Aurora_(Disney_character)\">[link]</a>\n <a href=\"https://www.reddit.com/r/todayilearned/comments/42awq6/til_sleeping_beauty_herself_only_has_18_lines_of/\">[693 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n moonsprite\n todayilearned\n [link]\n [693 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/todayilearned/comments/42awq6/til_sleeping_beauty_herself_only_has_18_lines_of/\"><img src=\"https://a.thumbs.redditmedia.com/DP_vSUoY2SR2MuyOY6qyjvV1pEaxW-R-rCtdJ5lDoj4.jpg\" alt=\"TIL Sleeping Beauty herself only has 18 lines of dialogue in the entire movie.\" title=\"TIL Sleeping Beauty herself only has 18 lines of dialogue in the entire movie.\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/moonsprite\">moonsprite</a><a href=\"https://www.reddit.com/r/todayilearned/\">todayilearned</a><a href=\"https://en.wikipedia.org/wiki/Aurora_(Disney_character)\">[link]</a><a href=\"https://www.reddit.com/r/todayilearned/comments/42awq6/til_sleeping_beauty_herself_only_has_18_lines_of/\">[693 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytomoonspritetodayilearned[link][693 comments]", | ||
"guid": "https://www.reddit.com/r/todayilearned/comments/42awq6/til_sleeping_beauty_herself_only_has_18_lines_of/", | ||
@@ -116,4 +116,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 15:29:25 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/food/comments/42b8ok/the_most_perfect_vanilla_bean_cheesecake_ive_ever/\">\n <img src=\"https://b.thumbs.redditmedia.com/aMLXabVwQVlddtDghwUZyWm32nOKoo-sXxJkRG7a0UY.jpg\" alt=\"The most perfect vanilla bean cheesecake I've ever made\" title=\"The most perfect vanilla bean cheesecake I've ever made\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/Iwantsprinkles\">Iwantsprinkles</a>\n <a href=\"https://www.reddit.com/r/food/\">food</a>\n <a href=\"http://imgur.com/6dZhOHk\">[link]</a>\n <a href=\"https://www.reddit.com/r/food/comments/42b8ok/the_most_perfect_vanilla_bean_cheesecake_ive_ever/\">[165 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n Iwantsprinkles\n food\n [link]\n [165 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/food/comments/42b8ok/the_most_perfect_vanilla_bean_cheesecake_ive_ever/\"><img src=\"https://b.thumbs.redditmedia.com/aMLXabVwQVlddtDghwUZyWm32nOKoo-sXxJkRG7a0UY.jpg\" alt=\"The most perfect vanilla bean cheesecake I've ever made\" title=\"The most perfect vanilla bean cheesecake I've ever made\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/Iwantsprinkles\">Iwantsprinkles</a><a href=\"https://www.reddit.com/r/food/\">food</a><a href=\"http://imgur.com/6dZhOHk\">[link]</a><a href=\"https://www.reddit.com/r/food/comments/42b8ok/the_most_perfect_vanilla_bean_cheesecake_ive_ever/\">[165 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytoIwantsprinklesfood[link][165 comments]", | ||
"guid": "https://www.reddit.com/r/food/comments/42b8ok/the_most_perfect_vanilla_bean_cheesecake_ive_ever/", | ||
@@ -128,4 +128,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 13:45:28 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/OldSchoolCool/comments/42avr3/tobey_maguire_and_leonardo_dicaprio_bowling_1989/\">\n <img src=\"https://b.thumbs.redditmedia.com/VYOqcDjjAqym9lazHuojHGF_DW2JTat10TZsBI_sXWk.jpg\" alt=\"Tobey Maguire and Leonardo DiCaprio bowling, 1989\" title=\"Tobey Maguire and Leonardo DiCaprio bowling, 1989\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/Kjell_Aronsen\">Kjell_Aronsen</a>\n <a href=\"https://www.reddit.com/r/OldSchoolCool/\">OldSchoolCool</a>\n <a href=\"http://i.imgur.com/mJyABlG.jpg\">[link]</a>\n <a href=\"https://www.reddit.com/r/OldSchoolCool/comments/42avr3/tobey_maguire_and_leonardo_dicaprio_bowling_1989/\">[347 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n Kjell_Aronsen\n OldSchoolCool\n [link]\n [347 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/OldSchoolCool/comments/42avr3/tobey_maguire_and_leonardo_dicaprio_bowling_1989/\"><img src=\"https://b.thumbs.redditmedia.com/VYOqcDjjAqym9lazHuojHGF_DW2JTat10TZsBI_sXWk.jpg\" alt=\"Tobey Maguire and Leonardo DiCaprio bowling, 1989\" title=\"Tobey Maguire and Leonardo DiCaprio bowling, 1989\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/Kjell_Aronsen\">Kjell_Aronsen</a><a href=\"https://www.reddit.com/r/OldSchoolCool/\">OldSchoolCool</a><a href=\"http://i.imgur.com/mJyABlG.jpg\">[link]</a><a href=\"https://www.reddit.com/r/OldSchoolCool/comments/42avr3/tobey_maguire_and_leonardo_dicaprio_bowling_1989/\">[347 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytoKjell_AronsenOldSchoolCool[link][347 comments]", | ||
"guid": "https://www.reddit.com/r/OldSchoolCool/comments/42avr3/tobey_maguire_and_leonardo_dicaprio_bowling_1989/", | ||
@@ -140,4 +140,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 12:48:32 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/mildlyinteresting/comments/42aq29/this_telephone_box_is_now_an_atm/\">\n <img src=\"https://b.thumbs.redditmedia.com/178YsD6kjggHVxN8WhejkuY175St8lGRsyCq2jJsgbs.jpg\" alt=\"This telephone box is now an ATM\" title=\"This telephone box is now an ATM\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/sdsrage\">sdsrage</a>\n <a href=\"https://www.reddit.com/r/mildlyinteresting/\">mildlyinteresting</a>\n <a href=\"http://imgur.com/Jud0vSa\">[link]</a>\n <a href=\"https://www.reddit.com/r/mildlyinteresting/comments/42aq29/this_telephone_box_is_now_an_atm/\">[410 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n sdsrage\n mildlyinteresting\n [link]\n [410 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/mildlyinteresting/comments/42aq29/this_telephone_box_is_now_an_atm/\"><img src=\"https://b.thumbs.redditmedia.com/178YsD6kjggHVxN8WhejkuY175St8lGRsyCq2jJsgbs.jpg\" alt=\"This telephone box is now an ATM\" title=\"This telephone box is now an ATM\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/sdsrage\">sdsrage</a><a href=\"https://www.reddit.com/r/mildlyinteresting/\">mildlyinteresting</a><a href=\"http://imgur.com/Jud0vSa\">[link]</a><a href=\"https://www.reddit.com/r/mildlyinteresting/comments/42aq29/this_telephone_box_is_now_an_atm/\">[410 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytosdsragemildlyinteresting[link][410 comments]", | ||
"guid": "https://www.reddit.com/r/mildlyinteresting/comments/42aq29/this_telephone_box_is_now_an_atm/", | ||
@@ -152,4 +152,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 14:03:51 +0000", | ||
"content": "<root>\n submitted byto\n <a href=\"https://www.reddit.com/user/ProfessorReds\">ProfessorReds</a>\n <a href=\"https://www.reddit.com/r/Showerthoughts/\">Showerthoughts</a>\n <a href=\"https://www.reddit.com/r/Showerthoughts/comments/42axmv/reddit_cares_more_about_leonardos_oscar_than/\">[link]</a>\n <a href=\"https://www.reddit.com/r/Showerthoughts/comments/42axmv/reddit_cares_more_about_leonardos_oscar_than/\">[341 comments]</a>\n <br/>\n</root>", | ||
"contentSnippet": "submitted byto\n ProfessorReds\n Showerthoughts\n [link]\n [341 comments]", | ||
"content": "submitted byto", | ||
"contentSnippet": "submitted byto", | ||
"guid": "https://www.reddit.com/r/Showerthoughts/comments/42axmv/reddit_cares_more_about_leonardos_oscar_than/", | ||
@@ -164,4 +164,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 16:22:41 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/UpliftingNews/comments/42bgbh/pearl_jam_donates_300000_to_flint_water_crisis/\">\n <img src=\"https://b.thumbs.redditmedia.com/EgMAkLTw-3vUIF8hTllT6CKkU9J2OnWox6WCk8U_WKw.jpg\" alt=\"Pearl Jam donates $300,000 to Flint water crisis\" title=\"Pearl Jam donates $300,000 to Flint water crisis\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/Sariel007\">Sariel007</a>\n <a href=\"https://www.reddit.com/r/UpliftingNews/\">UpliftingNews</a>\n <a href=\"http://www.detroitnews.com/story/entertainment/music/2016/01/22/pearl-jam-donates-flint-water-crisis/79173162/\">[link]</a>\n <a href=\"https://www.reddit.com/r/UpliftingNews/comments/42bgbh/pearl_jam_donates_300000_to_flint_water_crisis/\">[194 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n Sariel007\n UpliftingNews\n [link]\n [194 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/UpliftingNews/comments/42bgbh/pearl_jam_donates_300000_to_flint_water_crisis/\"><img src=\"https://b.thumbs.redditmedia.com/EgMAkLTw-3vUIF8hTllT6CKkU9J2OnWox6WCk8U_WKw.jpg\" alt=\"Pearl Jam donates $300,000 to Flint water crisis\" title=\"Pearl Jam donates $300,000 to Flint water crisis\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/Sariel007\">Sariel007</a><a href=\"https://www.reddit.com/r/UpliftingNews/\">UpliftingNews</a><a href=\"http://www.detroitnews.com/story/entertainment/music/2016/01/22/pearl-jam-donates-flint-water-crisis/79173162/\">[link]</a><a href=\"https://www.reddit.com/r/UpliftingNews/comments/42bgbh/pearl_jam_donates_300000_to_flint_water_crisis/\">[194 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytoSariel007UpliftingNews[link][194 comments]", | ||
"guid": "https://www.reddit.com/r/UpliftingNews/comments/42bgbh/pearl_jam_donates_300000_to_flint_water_crisis/", | ||
@@ -176,4 +176,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 13:11:40 +0000", | ||
"content": "<root>\n submitted byto\n <a href=\"https://www.reddit.com/user/adeebchowdhury\">adeebchowdhury</a>\n <a href=\"https://www.reddit.com/r/AskReddit/\">AskReddit</a>\n <a href=\"https://www.reddit.com/r/AskReddit/comments/42asa3/which_persistent_misconceptionmyth_annoys_you_the/\">[link]</a>\n <a href=\"https://www.reddit.com/r/AskReddit/comments/42asa3/which_persistent_misconceptionmyth_annoys_you_the/\">[10672 comments]</a>\n <br/>\n</root>", | ||
"contentSnippet": "submitted byto\n adeebchowdhury\n AskReddit\n [link]\n [10672 comments]", | ||
"content": "submitted byto", | ||
"contentSnippet": "submitted byto", | ||
"guid": "https://www.reddit.com/r/AskReddit/comments/42asa3/which_persistent_misconceptionmyth_annoys_you_the/", | ||
@@ -188,4 +188,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 15:09:31 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/videos/comments/42b5vv/robot_solves_rubiks_cube_in_11_seconds/\">\n <img src=\"https://b.thumbs.redditmedia.com/_20Di9soTFTwneS51FdRCCR2MiHsm16bfHFdLz8H-hQ.jpg\" alt=\"Robot solves Rubik's Cube in 1.1 seconds\" title=\"Robot solves Rubik's Cube in 1.1 seconds\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/coder13\">coder13</a>\n <a href=\"https://www.reddit.com/r/videos/\">videos</a>\n <a href=\"https://www.youtube.com/watch?v=ixTddQQ2Hs4\">[link]</a>\n <a href=\"https://www.reddit.com/r/videos/comments/42b5vv/robot_solves_rubiks_cube_in_11_seconds/\">[287 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n coder13\n videos\n [link]\n [287 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/videos/comments/42b5vv/robot_solves_rubiks_cube_in_11_seconds/\"><img src=\"https://b.thumbs.redditmedia.com/_20Di9soTFTwneS51FdRCCR2MiHsm16bfHFdLz8H-hQ.jpg\" alt=\"Robot solves Rubik's Cube in 1.1 seconds\" title=\"Robot solves Rubik's Cube in 1.1 seconds\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/coder13\">coder13</a><a href=\"https://www.reddit.com/r/videos/\">videos</a><a href=\"https://www.youtube.com/watch?v=ixTddQQ2Hs4\">[link]</a><a href=\"https://www.reddit.com/r/videos/comments/42b5vv/robot_solves_rubiks_cube_in_11_seconds/\">[287 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytocoder13videos[link][287 comments]", | ||
"guid": "https://www.reddit.com/r/videos/comments/42b5vv/robot_solves_rubiks_cube_in_11_seconds/", | ||
@@ -200,4 +200,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 18:08:59 +0000", | ||
"content": "<root>\n &lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hey Reddit! Benjamin Von Wong here, glad to finally be back here for another ama. Last week &lt;a href=&quot;http://www.vonwong.com/blog/sharkshepherd/&quot;&gt;I dragged a model into the shark ridden sea&lt;/a&gt; in hopes of drawing attention towards the need for &lt;a href=&quot;https://www.change.org/p/support-malaysian-shark-sanctuaries&quot;&gt;a shark sanctuary in Malaysia&lt;/a&gt;. The response from reddit has been &lt;a href=&quot;https://www.reddit.com/r/pics/comments/41lfna/a_friend_of_mine_just_took_this_photo_during_a/&quot;&gt;pretty huge&lt;/a&gt;, so I wanted to answer any questions you might have about me and or life and the universe in general. &lt;/p&gt; &lt;p&gt;Proof: &lt;a href=&quot;https://twitter.com/thevonwong/status/690957921530855424&quot;&gt;Twitter&lt;/a&gt;, &lt;a href=&quot;https://www.facebook.com/thevonwong/posts/10153516513968515&quot;&gt;Facebook&lt;/a&gt;&lt;br/&gt; My site: &lt;a href=&quot;http://vonwong.com&quot;&gt;http://vonwong.com&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; submitted byto\n <a href=\"https://www.reddit.com/user/vonwong\">vonwong</a>\n <a href=\"https://www.reddit.com/r/IAmA/\">IAmA</a>\n <a href=\"https://www.reddit.com/r/IAmA/comments/42bx8o/i_am_the_guy_who_dragged_a_model_into_the_ocean/\">[link]</a>\n <a href=\"https://www.reddit.com/r/IAmA/comments/42bx8o/i_am_the_guy_who_dragged_a_model_into_the_ocean/\">[339 comments]</a>\n <br/>\n</root>", | ||
"contentSnippet": "<!-- SC_OFF --><div class="md"><p>Hey Reddit! Benjamin Von Wong here, glad to finally be back here for another ama. Last week <a href="http://www.vonwong.com/blog/sharkshepherd/">I dragged a model into the shark ridden sea</a> in hopes of drawing attention towards the need for <a href="https://www.change.org/p/support-malaysian-shark-sanctuaries">a shark sanctuary in Malaysia</a>. The response from reddit has been <a href="https://www.reddit.com/r/pics/comments/41lfna/a_friend_of_mine_just_took_this_photo_during_a/">pretty huge</a>, so I wanted to answer any questions you might have about me and or life and the universe in general. </p> <p>Proof: <a href="https://twitter.com/thevonwong/status/690957921530855424">Twitter</a>, <a href="https://www.facebook.com/thevonwong/posts/10153516513968515">Facebook</a><br/> My site: <a href="http://vonwong.com">http://vonwong.com</a></p> </div><!-- SC_ON --> submitted byto\n vonwong\n IAmA\n [link]\n [339 comments]", | ||
"content": "<!-- SC_OFF --><div class="md"><p>Hey Reddit! Benjamin Von Wong here, glad to finally be back here for another ama. Last week <a href="http://www.vonwong.com/blog/sharkshepherd/">I dragged a model into the shark ridden sea</a> in hopes of drawing attention towards the need for <a href="https://www.change.org/p/support-malaysian-shark-sanctuaries">a shark sanctuary in Malaysia</a>. The response from reddit has been <a href="https://www.reddit.com/r/pics/comments/41lfna/a_friend_of_mine_just_took_this_photo_during_a/">pretty huge</a>, so I wanted to answer any questions you might have about me and or life and the universe in general. </p> <p>Proof: <a href="https://twitter.com/thevonwong/status/690957921530855424">Twitter</a>, <a href="https://www.facebook.com/thevonwong/posts/10153516513968515">Facebook</a><br/> My site: <a href="http://vonwong.com">http://vonwong.com</a></p> </div><!-- SC_ON --> submitted byto", | ||
"contentSnippet": "<!-- SC_OFF --><div class=\"md\"><p>Hey Reddit! Benjamin Von Wong here, glad to finally be back here for another ama. Last week <a href=\"http://www.vonwong.com/blog/sharkshepherd/\">I dragged a model into the shark ridden sea</a> in hopes of drawing attention towards the need for <a href=\"https://www.change.org/p/support-malaysian-shark-sanctuaries\">a shark sanctuary in Malaysia</a>. The response from reddit has been <a href=\"https://www.reddit.com/r/pics/comments/41lfna/a_friend_of_mine_just_took_this_photo_during_a/\">pretty huge</a>, so I wanted to answer any questions you might have about me and or life and the universe in general. </p> <p>Proof: <a href=\"https://twitter.com/thevonwong/status/690957921530855424\">Twitter</a>, <a href=\"https://www.facebook.com/thevonwong/posts/10153516513968515\">Facebook</a><br/> My site: <a href=\"http://vonwong.com\">http://vonwong.com</a></p> </div><!-- SC_ON --> submitted byto", | ||
"guid": "https://www.reddit.com/r/IAmA/comments/42bx8o/i_am_the_guy_who_dragged_a_model_into_the_ocean/", | ||
@@ -212,4 +212,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 13:20:30 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/EarthPorn/comments/42at7b/te_hoho_rock_from_new_zealands_cathedral_cove/\">\n <img src=\"https://b.thumbs.redditmedia.com/YrGSRBCVGFfw0tpVjt7Ue82zS1gO1zg6svCfiYGVuSk.jpg\" alt=\"Te Hoho Rock from New Zealand's Cathedral Cove [2048×1365] Photographed by Greg Ness\" title=\"Te Hoho Rock from New Zealand's Cathedral Cove [2048×1365] Photographed by Greg Ness\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/TopdeBotton\">TopdeBotton</a>\n <a href=\"https://www.reddit.com/r/EarthPorn/\">EarthPorn</a>\n <a href=\"https://farm9.staticflickr.com/8566/15680928823_7cefca1808_k.jpg\">[link]</a>\n <a href=\"https://www.reddit.com/r/EarthPorn/comments/42at7b/te_hoho_rock_from_new_zealands_cathedral_cove/\">[93 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n TopdeBotton\n EarthPorn\n [link]\n [93 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/EarthPorn/comments/42at7b/te_hoho_rock_from_new_zealands_cathedral_cove/\"><img src=\"https://b.thumbs.redditmedia.com/YrGSRBCVGFfw0tpVjt7Ue82zS1gO1zg6svCfiYGVuSk.jpg\" alt=\"Te Hoho Rock from New Zealand's Cathedral Cove [2048×1365] Photographed by Greg Ness\" title=\"Te Hoho Rock from New Zealand's Cathedral Cove [2048×1365] Photographed by Greg Ness\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/TopdeBotton\">TopdeBotton</a><a href=\"https://www.reddit.com/r/EarthPorn/\">EarthPorn</a><a href=\"https://farm9.staticflickr.com/8566/15680928823_7cefca1808_k.jpg\">[link]</a><a href=\"https://www.reddit.com/r/EarthPorn/comments/42at7b/te_hoho_rock_from_new_zealands_cathedral_cove/\">[93 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytoTopdeBottonEarthPorn[link][93 comments]", | ||
"guid": "https://www.reddit.com/r/EarthPorn/comments/42at7b/te_hoho_rock_from_new_zealands_cathedral_cove/", | ||
@@ -224,4 +224,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 14:16:52 +0000", | ||
"content": "<root>\n submitted byto\n <a href=\"https://www.reddit.com/user/dustofoblivion123\">dustofoblivion123</a>\n <a href=\"https://www.reddit.com/r/science/\">science</a>\n <a href=\"http://www.sciencedaily.com/releases/2016/01/160122145457.htm\">[link]</a>\n <a href=\"https://www.reddit.com/r/science/comments/42az5m/a_diet_rich_in_fiber_may_not_only_protect_against/\">[170 comments]</a>\n <br/>\n</root>", | ||
"contentSnippet": "submitted byto\n dustofoblivion123\n science\n [link]\n [170 comments]", | ||
"content": "submitted byto", | ||
"contentSnippet": "submitted byto", | ||
"guid": "https://www.reddit.com/r/science/comments/42az5m/a_diet_rich_in_fiber_may_not_only_protect_against/", | ||
@@ -236,4 +236,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 13:11:18 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/Art/comments/42as8q/portrait_girl_stanley_barros_digital_2015/\">\n <img src=\"https://b.thumbs.redditmedia.com/ml2fP08zVHUTxuA3SUczcQyYV_e6EOBOvGoracoyiBE.jpg\" alt=\"Portrait Girl, Stanley Barros, digital, 2015\" title=\"Portrait Girl, Stanley Barros, digital, 2015\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/sellthesky\">sellthesky</a>\n <a href=\"https://www.reddit.com/r/Art/\">Art</a>\n <a href=\"https://cdn0.artstation.com/p/assets/images/images/000/916/864/large/stanley-barros-portraitgirl-lowjpg.jpg?1436121313\">[link]</a>\n <a href=\"https://www.reddit.com/r/Art/comments/42as8q/portrait_girl_stanley_barros_digital_2015/\">[73 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n sellthesky\n Art\n [link]\n [73 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/Art/comments/42as8q/portrait_girl_stanley_barros_digital_2015/\"><img src=\"https://b.thumbs.redditmedia.com/ml2fP08zVHUTxuA3SUczcQyYV_e6EOBOvGoracoyiBE.jpg\" alt=\"Portrait Girl, Stanley Barros, digital, 2015\" title=\"Portrait Girl, Stanley Barros, digital, 2015\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/sellthesky\">sellthesky</a><a href=\"https://www.reddit.com/r/Art/\">Art</a><a href=\"https://cdn0.artstation.com/p/assets/images/images/000/916/864/large/stanley-barros-portraitgirl-lowjpg.jpg?1436121313\">[link]</a><a href=\"https://www.reddit.com/r/Art/comments/42as8q/portrait_girl_stanley_barros_digital_2015/\">[73 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytoselltheskyArt[link][73 comments]", | ||
"guid": "https://www.reddit.com/r/Art/comments/42as8q/portrait_girl_stanley_barros_digital_2015/", | ||
@@ -248,4 +248,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 15:37:45 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/books/comments/42b9wm/the_worlds_most_beautiful_bookstores/\">\n <img src=\"https://b.thumbs.redditmedia.com/76GI0f8WWPajb6QwqGeOSzVe030K-jOOA3UptzGz97A.jpg\" alt=\"The World's Most Beautiful Bookstores\" title=\"The World's Most Beautiful Bookstores\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/pacodecabra\">pacodecabra</a>\n <a href=\"https://www.reddit.com/r/books/\">books</a>\n <a href=\"http://www.paulcombs.net/the-sonic-typewriter-blog/the-worlds-most-beautiful-bookstores\">[link]</a>\n <a href=\"https://www.reddit.com/r/books/comments/42b9wm/the_worlds_most_beautiful_bookstores/\">[83 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n pacodecabra\n books\n [link]\n [83 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/books/comments/42b9wm/the_worlds_most_beautiful_bookstores/\"><img src=\"https://b.thumbs.redditmedia.com/76GI0f8WWPajb6QwqGeOSzVe030K-jOOA3UptzGz97A.jpg\" alt=\"The World's Most Beautiful Bookstores\" title=\"The World's Most Beautiful Bookstores\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/pacodecabra\">pacodecabra</a><a href=\"https://www.reddit.com/r/books/\">books</a><a href=\"http://www.paulcombs.net/the-sonic-typewriter-blog/the-worlds-most-beautiful-bookstores\">[link]</a><a href=\"https://www.reddit.com/r/books/comments/42b9wm/the_worlds_most_beautiful_bookstores/\">[83 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytopacodecabrabooks[link][83 comments]", | ||
"guid": "https://www.reddit.com/r/books/comments/42b9wm/the_worlds_most_beautiful_bookstores/", | ||
@@ -260,4 +260,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 17:58:36 +0000", | ||
"content": "<root>\n &lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I was laying in bed this morning browsing &lt;a href=&quot;/r/imgoingtohellforthis&quot;&gt;/r/imgoingtohellforthis&lt;/a&gt; when I came across &lt;a href=&quot;https://i.imgur.com/ZKJPgtd.jpg&quot;&gt;this meme&lt;/a&gt; that I thought was fucking hilarious. My friends have the same fucked up sense of humor that I do so I sent it to a couple of them for a good laugh. &lt;/p&gt; &lt;p&gt;I then go on Facebook and see that one of my friends posted a status that his grandma passed away last night. The same friend I just sent a meme about his grandma&amp;#39;s vaginal juices to. &lt;/p&gt; &lt;p&gt;Fuck. &lt;/p&gt; &lt;p&gt;Tl;Dr: was browsing &lt;a href=&quot;/r/imgoingtohellforthis&quot;&gt;/r/imgoingtohellforthis&lt;/a&gt;, now I am actually going to hell for it.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; submitted byto\n <a href=\"https://www.reddit.com/user/CaptainFlacid\">CaptainFlacid</a>\n <a href=\"https://www.reddit.com/r/tifu/\">tifu</a>\n <a href=\"https://www.reddit.com/r/tifu/comments/42bvkl/tifu_by_sending_my_friend_a_fucked_up_meme/\">[link]</a>\n <a href=\"https://www.reddit.com/r/tifu/comments/42bvkl/tifu_by_sending_my_friend_a_fucked_up_meme/\">[89 comments]</a>\n <br/>\n</root>", | ||
"contentSnippet": "<!-- SC_OFF --><div class="md"><p>I was laying in bed this morning browsing <a href="/r/imgoingtohellforthis">/r/imgoingtohellforthis</a> when I came across <a href="https://i.imgur.com/ZKJPgtd.jpg">this meme</a> that I thought was fucking hilarious. My friends have the same fucked up sense of humor that I do so I sent it to a couple of them for a good laugh. </p> <p>I then go on Facebook and see that one of my friends posted a status that his grandma passed away last night. The same friend I just sent a meme about his grandma&#39;s vaginal juices to. </p> <p>Fuck. </p> <p>Tl;Dr: was browsing <a href="/r/imgoingtohellforthis">/r/imgoingtohellforthis</a>, now I am actually going to hell for it.</p> </div><!-- SC_ON --> submitted byto\n CaptainFlacid\n tifu\n [link]\n [89 comments]", | ||
"content": "<!-- SC_OFF --><div class="md"><p>I was laying in bed this morning browsing <a href="/r/imgoingtohellforthis">/r/imgoingtohellforthis</a> when I came across <a href="https://i.imgur.com/ZKJPgtd.jpg">this meme</a> that I thought was fucking hilarious. My friends have the same fucked up sense of humor that I do so I sent it to a couple of them for a good laugh. </p> <p>I then go on Facebook and see that one of my friends posted a status that his grandma passed away last night. The same friend I just sent a meme about his grandma&#39;s vaginal juices to. </p> <p>Fuck. </p> <p>Tl;Dr: was browsing <a href="/r/imgoingtohellforthis">/r/imgoingtohellforthis</a>, now I am actually going to hell for it.</p> </div><!-- SC_ON --> submitted byto", | ||
"contentSnippet": "<!-- SC_OFF --><div class=\"md\"><p>I was laying in bed this morning browsing <a href=\"/r/imgoingtohellforthis\">/r/imgoingtohellforthis</a> when I came across <a href=\"https://i.imgur.com/ZKJPgtd.jpg\">this meme</a> that I thought was fucking hilarious. My friends have the same fucked up sense of humor that I do so I sent it to a couple of them for a good laugh. </p> <p>I then go on Facebook and see that one of my friends posted a status that his grandma passed away last night. The same friend I just sent a meme about his grandma's vaginal juices to. </p> <p>Fuck. </p> <p>Tl;Dr: was browsing <a href=\"/r/imgoingtohellforthis\">/r/imgoingtohellforthis</a>, now I am actually going to hell for it.</p> </div><!-- SC_ON --> submitted byto", | ||
"guid": "https://www.reddit.com/r/tifu/comments/42bvkl/tifu_by_sending_my_friend_a_fucked_up_meme/", | ||
@@ -272,4 +272,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 11:31:15 +0000", | ||
"content": "<root>\n &lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;A threesome&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; submitted byto\n <a href=\"https://www.reddit.com/user/illestprodigy\">illestprodigy</a>\n <a href=\"https://www.reddit.com/r/Jokes/\">Jokes</a>\n <a href=\"https://www.reddit.com/r/Jokes/comments/42aj2i/what_do_you_call_5_black_people_having_sex/\">[link]</a>\n <a href=\"https://www.reddit.com/r/Jokes/comments/42aj2i/what_do_you_call_5_black_people_having_sex/\">[607 comments]</a>\n <br/>\n</root>", | ||
"contentSnippet": "<!-- SC_OFF --><div class="md"><p>A threesome</p> </div><!-- SC_ON --> submitted byto\n illestprodigy\n Jokes\n [link]\n [607 comments]", | ||
"content": "<!-- SC_OFF --><div class="md"><p>A threesome</p> </div><!-- SC_ON --> submitted byto", | ||
"contentSnippet": "<!-- SC_OFF --><div class=\"md\"><p>A threesome</p> </div><!-- SC_ON --> submitted byto", | ||
"guid": "https://www.reddit.com/r/Jokes/comments/42aj2i/what_do_you_call_5_black_people_having_sex/", | ||
@@ -284,4 +284,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 14:11:56 +0000", | ||
"content": "<table>\n <0>\n <tr>\n <td>\n <a href=\"https://www.reddit.com/r/sports/comments/42ayjn/mutual_peace_offerings_at_ufc_weighins/\">\n <img src=\"https://b.thumbs.redditmedia.com/H4riB17ONFR7NI7O-Y3qSGE0TE5f8bK-RCgIdoLmiHA.jpg\" alt=\"Mutual Peace Offerings at UFC Weigh-Ins\" title=\"Mutual Peace Offerings at UFC Weigh-Ins\"/>\n </a>\n </td>\n <td>\n submitted byto\n <a href=\"https://www.reddit.com/user/vaticanxx\">vaticanxx</a>\n <a href=\"https://www.reddit.com/r/sports/\">sports</a>\n <a href=\"http://www.gifbin-media.info/2016/01/mutual-peace-offerings.html\">[link]</a>\n <a href=\"https://www.reddit.com/r/sports/comments/42ayjn/mutual_peace_offerings_at_ufc_weighins/\">[238 comments]</a>\n <br/>\n </td>\n </tr>\n </0>\n</table>", | ||
"contentSnippet": "submitted byto\n vaticanxx\n sports\n [link]\n [238 comments]", | ||
"content": "<div><table><tr><td><a href=\"https://www.reddit.com/r/sports/comments/42ayjn/mutual_peace_offerings_at_ufc_weighins/\"><img src=\"https://b.thumbs.redditmedia.com/H4riB17ONFR7NI7O-Y3qSGE0TE5f8bK-RCgIdoLmiHA.jpg\" alt=\"Mutual Peace Offerings at UFC Weigh-Ins\" title=\"Mutual Peace Offerings at UFC Weigh-Ins\"/></a></td><td>submitted byto<a href=\"https://www.reddit.com/user/vaticanxx\">vaticanxx</a><a href=\"https://www.reddit.com/r/sports/\">sports</a><a href=\"http://www.gifbin-media.info/2016/01/mutual-peace-offerings.html\">[link]</a><a href=\"https://www.reddit.com/r/sports/comments/42ayjn/mutual_peace_offerings_at_ufc_weighins/\">[238 comments]</a><br/></td></tr></table></div>", | ||
"contentSnippet": "submitted bytovaticanxxsports[link][238 comments]", | ||
"guid": "https://www.reddit.com/r/sports/comments/42ayjn/mutual_peace_offerings_at_ufc_weighins/", | ||
@@ -296,4 +296,4 @@ "categories": [ | ||
"pubDate": "Sat, 23 Jan 2016 16:28:07 +0000", | ||
"content": "<root>\n submitted byto\n <a href=\"https://www.reddit.com/user/VY_Cannabis_Majoris\">VY_Cannabis_Majoris</a>\n <a href=\"https://www.reddit.com/r/explainlikeimfive/\">explainlikeimfive</a>\n <a href=\"https://www.reddit.com/r/explainlikeimfive/comments/42bh58/eli5_why_does_a_computer_sometimes_have_a_hard/\">[link]</a>\n <a href=\"https://www.reddit.com/r/explainlikeimfive/comments/42bh58/eli5_why_does_a_computer_sometimes_have_a_hard/\">[132 comments]</a>\n <br/>\n</root>", | ||
"contentSnippet": "submitted byto\n VY_Cannabis_Majoris\n explainlikeimfive\n [link]\n [132 comments]", | ||
"content": "submitted byto", | ||
"contentSnippet": "submitted byto", | ||
"guid": "https://www.reddit.com/r/explainlikeimfive/comments/42bh58/eli5_why_does_a_computer_sometimes_have_a_hard/", | ||
@@ -300,0 +300,0 @@ "categories": [ |
@@ -42,6 +42,10 @@ var FS = require('fs'); | ||
}) | ||
it('should parse atom feed', function(done) { | ||
testParseForFile('gulp-atom', 'atom', done); | ||
}) | ||
it('should parse reddits new feed', function(done) { | ||
testParseForFile('reddit-home', 'rss', done); | ||
}) | ||
}) |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
709334
17
13966