summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php
index 39837cc5b..5c143f464 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php
@@ -1,9 +1,13 @@
<?php
return array(
- 'test_url' => 'http://distrowatch.com/?newsid=08355',
- 'body' => array(
- '//td[@class="NewsText"][1]',
- ),
- 'strip' => array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://distrowatch.com/?newsid=08355',
+ 'body' => array(
+ '//td[@class="NewsText"][1]',
+ ),
+ 'strip' => array(
+ )
+ )
)
); \ No newline at end of file