summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thelocal.se.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/thelocal.se.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/thelocal.se.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thelocal.se.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thelocal.se.php
new file mode 100644
index 000000000..964850fa4
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thelocal.se.php
@@ -0,0 +1,21 @@
+<?php
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.thelocal.se/20151018/swedish-moderates-tighten-focus-on-begging-ban',
+ 'body' => array(
+ '//article',
+ ),
+ 'strip' => array(
+ '//p[@id="mobile-signature"]',
+ '//article/div[4]',
+ '//article/ul[1]',
+ '//div[@class="clr"]',
+ '//p[@class="small"]',
+ '//p[@style="font-weight: bold; font-size: 14px;"]',
+ '//div[@class="author"]',
+ )
+ )
+ )
+);
+