summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFiveFilters.org <fivefilters@fivefilters.org>2013-03-11 15:00:16 +0100
committerFiveFilters.org <fivefilters@fivefilters.org>2013-03-11 15:00:47 +0100
commit3e5df9e6af525b5d9c8da98f3da954a8fa9e098a (patch)
tree88b65b5cf087e7bf0545af4dcbeb797d02d90f1f
parentb742004dc810c28b1672b76e58d7a56fa5915bc2 (diff)
downloadftr-site-config-3e5df9e6af525b5d9c8da98f3da954a8fa9e098a.tar.gz
ftr-site-config-3e5df9e6af525b5d9c8da98f3da954a8fa9e098a.zip
new site config files
-rw-r--r--hespress.com.txt7
-rw-r--r--trailerzone.de.txt9
-rw-r--r--ynet.co.il.txt26
3 files changed, 42 insertions, 0 deletions
diff --git a/hespress.com.txt b/hespress.com.txt
new file mode 100644
index 0000000..4ed0b8b
--- /dev/null
+++ b/hespress.com.txt
@@ -0,0 +1,7 @@
+body: //div[@id='article_holder']//div[@class='image'] | //div[@id='article_body']
+
+prune: no
+tidy: no
+
+test_url: http://hespress.com/videos/73684.html
+test_url: http://hespress.com/permalink/73678.html \ No newline at end of file
diff --git a/trailerzone.de.txt b/trailerzone.de.txt
new file mode 100644
index 0000000..02151a6
--- /dev/null
+++ b/trailerzone.de.txt
@@ -0,0 +1,9 @@
+body: //div[@id='video' or @id='main']
+
+strip_id_or_class: socialshareprivacy2
+strip_id_or_class: wp_rp_first
+
+find_string: Genre</strong>
+replace_string: </strong></p><p><strong>Genre</strong>
+
+test_url: http://www.trailerzone.de/g-i-joe-2-die-abrechnung/ \ No newline at end of file
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: <script type='text/javascript'>
+replace_string: <div style="display:none;">
+find_string: </script>
+replace_string: </div>
+
+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