summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theatlantic.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/theatlantic.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/theatlantic.com.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theatlantic.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theatlantic.com.php
new file mode 100644
index 000000000..dbf57ec9d
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theatlantic.com.php
@@ -0,0 +1,22 @@
+<?php
+return array(
+ 'grabber' => array(
+ '%.*%' => array(
+ 'test_url' => 'http://www.theatlantic.com/politics/archive/2015/09/what-does-it-mean-to-lament-the-poor-inside-panem/407317/',
+ 'body' => array(
+ '//picture[@class="img"]',
+ '//figure/figcaption/span',
+ '//div/p[@itemprop="description"]',
+ '//div[@class="article-body"]',
+ ),
+ 'strip' => array(
+ '//aside[@class="callout"]',
+ '//span[@class="credit"]',
+ '//figcaption[@class="credit"]',
+ '//aside[contains(@class,"partner-box")]',
+ '//div[contains(@class,"ad")]',
+ '//a[contains(@class,"social-icon")]',
+ ),
+ )
+ )
+);