summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.howtogeek.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.howtogeek.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.howtogeek.com.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.howtogeek.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.howtogeek.com.php
new file mode 100644
index 000000000..39ac0c5e8
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.howtogeek.com.php
@@ -0,0 +1,15 @@
+<?php
+
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.howtogeek.com/235283/what-is-a-wireless-hard-drive-and-should-i-get-one/',
+ 'body' => array(
+ '//div[@class="thecontent"]',
+ ),
+ 'strip' => array(
+ '//*[@class="relatedside"]',
+ ),
+ ),
+ ),
+); \ No newline at end of file