diff options
| -rw-r--r-- | counterpunch.org.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/counterpunch.org.txt b/counterpunch.org.txt index b6bd8be..12ca19f 100644 --- a/counterpunch.org.txt +++ b/counterpunch.org.txt @@ -1,6 +1,7 @@ title: //div[@class='main']//h1[contains(@class, 'article-title')] author: //div[@class='mainauthorstyle'] -body: //div[@class='main']//div[@class='main-text'] -strip: //td[@width='140'] +body: //div[@itemprop="articleBody"] +date: //meta[@itemprop="datePublished"]/@content +#strip: //td[@width='140'] -test_url: http://www.counterpunch.org/johnstone05172011.html
\ No newline at end of file +test_url: http://www.counterpunch.org/2011/09/28/the-dangerous-cult-of-the-guardian/ |
