summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/pastebin.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/pastebin.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/pastebin.com.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/pastebin.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/pastebin.com.php
index 9a576f7bf..232cbcadf 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/pastebin.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/pastebin.com.php
@@ -1,9 +1,13 @@
<?php
return array(
- 'test_url' => 'http://pastebin.com/ed1pP9Ak',
- 'body' => array(
- '//div[@class="text"]',
- ),
- 'strip' => array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://pastebin.com/ed1pP9Ak',
+ 'body' => array(
+ '//div[@class="text"]',
+ ),
+ 'strip' => array(
+ )
+ )
)
);