summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.makeuseof.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.makeuseof.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.makeuseof.com.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.makeuseof.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.makeuseof.com.php
new file mode 100644
index 000000000..d5d3bf454
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.makeuseof.com.php
@@ -0,0 +1,19 @@
+<?php
+
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.makeuseof.com/tag/having-problems-with-audio-in-windows-10-heres-a-likely-fix/',
+ 'body' => array(
+ '//div[@class="entry"]',
+ ),
+ 'strip' => array(
+ '//*[@class="new_sharebar"]',
+ '//*[@class="author"]',
+ '//*[@class="wdt_grouvi"]',
+ '//*[@class="wdt_smart_alerts"]',
+ '//*[@class="modal fade grouvi"]',
+ ),
+ ),
+ ),
+); \ No newline at end of file