summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/medium.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/medium.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/medium.com.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/medium.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/medium.com.php
index 79ed5bcfe..c0dfc49ef 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/medium.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/medium.com.php
@@ -1,9 +1,13 @@
<?php
return array(
- 'test_url' => 'https://medium.com/lessons-learned/917b8b63ae3e',
- 'body' => array(
- '//div[contains(@class, "post-field body")]',
- ),
- 'strip' => array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'https://medium.com/lessons-learned/917b8b63ae3e',
+ 'body' => array(
+ '//div[contains(@class, "post-field body")]',
+ ),
+ 'strip' => array(
+ )
+ )
)
);