diff options
Diffstat (limited to 'articles.courant.com.txt')
| -rw-r--r-- | articles.courant.com.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/articles.courant.com.txt b/articles.courant.com.txt new file mode 100644 index 0000000..984d81d --- /dev/null +++ b/articles.courant.com.txt @@ -0,0 +1,11 @@ +title: //div[@class="mod-courantarticleheader mod-articleheader"]/h1 +date: //div[@class="mod-courantarticlebyline mod-articlebyline"]/span[@class="pubdate"] +author: //div[@class="mod-courantarticlebyline mod-articlebyline"]/span[3] + +strip_id_or_class: mod-article-byline +strip_id_or_class: mod-article-header +strip_id_or_class: mod-article-subtitle +#This leaves some crud after the article, but it's better than nothing. +#It would be ideal if we could set the body to every element matching //div[contains(@class, "mod-articletext")]/p, but it seems like body only takes the first matching element. + +test_url: http://articles.courant.com/2011-10-22/news/hc-green-drugsearch--1022-20111022_1_drugs-in-student-lockers-police-dogs-lockdown
\ No newline at end of file |
