diff options
Diffstat (limited to 'vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php')
-rw-r--r-- | vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php new file mode 100644 index 00000000..7463abc7 --- /dev/null +++ b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php @@ -0,0 +1,10 @@ +<?php +return array( + 'grabber' => array( + '%.*%' => array( + 'test_url' => 'http://smarthomewelt.de/apple-tv-amazon-echo-smart-home/', + 'body' => array('//div[@class="entry-inner"]/p | //div[@class="entry-inner"]/div[contains(@class,"wp-caption")]'), + 'strip' => array(), + ), + ), +); |