diff options
| -rw-r--r-- | buzzfeed.com.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/buzzfeed.com.txt b/buzzfeed.com.txt index ea8ad4f..ea88ea4 100644 --- a/buzzfeed.com.txt +++ b/buzzfeed.com.txt @@ -10,8 +10,15 @@ date: //time[@data-print='date'] body: //div[@data-print='body'] body: //section[@data-print='body'] +find_string: rel:bf_image_src= +replace_string: src= +find_string: src="data: +replace_string: disabled_src="data: + native_ad_clue: //meta[@property="article:section" and @content="Advertiser"] # For various things... strip: *[@data-print="ignore"] -test_url: http://www.buzzfeed.com/hgrant/35-reasons-why-dogs-hate-the-holidays
\ No newline at end of file +test_url: http://www.buzzfeed.com/hgrant/35-reasons-why-dogs-hate-the-holidays +# Native ad +test_url: http://www.buzzfeed.com/bravo/ways-to-up-your-online-dating-game
\ No newline at end of file |
