summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php
index 829cf3f01..d3ed697e7 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php
@@ -1,13 +1,14 @@
<?php
+
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://blog.fefe.de/?ts=ad706a73',
'body' => array(
- '/html/body/ul'
+ '/html/body/ul',
),
'strip' => array(
),
- )
- )
-); \ No newline at end of file
+ ),
+ ),
+);