From 3e5df9e6af525b5d9c8da98f3da954a8fa9e098a Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Mon, 11 Mar 2013 15:00:16 +0100 Subject: new site config files --- ynet.co.il.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ynet.co.il.txt (limited to 'ynet.co.il.txt') diff --git a/ynet.co.il.txt b/ynet.co.il.txt new file mode 100644 index 0000000..195eebf --- /dev/null +++ b/ynet.co.il.txt @@ -0,0 +1,26 @@ +body: //span[@id='article_content' or @class='text16g'] + +# ads +strip: //div[.//div[contains(@id, 'ads.')]] +# related content heading +strip: //p[contains(., 'עוד בערוץ החדשות של ynet:')] +strip: //p[contains(., 'כותרות אחרונות מהעולם בחדשות ynet:')] +strip: //div[contains(., 'אינציקלופדיית ynet:')] +# related content links +strip: //a[@class='bluelink'] +# strip image bullets +strip_image_src: ynet_manual_bullet.png + +prune: no +tidy: no + +# prevent JS issues +find_string: +replace_string: + +test_url: http://www.ynet.co.il/articles/0,7340,L-4354266,00.html +test_url: http://www.ynet.co.il/articles/0,7340,L-4354268,00.html +#feed +test_url: http://www.ynet.co.il/Integration/StoryRss2.xml \ No newline at end of file -- cgit v1.3.1