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, 0 insertions, 10 deletions
diff --git a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php deleted file mode 100644 index 7463abc7..00000000 --- a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php +++ /dev/null @@ -1,10 +0,0 @@ -<?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(), - ), - ), -); |