diff options
Diffstat (limited to 'theonion.com.txt')
| -rw-r--r-- | theonion.com.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/theonion.com.txt b/theonion.com.txt new file mode 100644 index 0000000..90e8d65 --- /dev/null +++ b/theonion.com.txt @@ -0,0 +1,11 @@ +title: //h2[@class='title'] +date: substring-before(//p[@class='meta'], '|') +body: //div[@class='story'] +#body: //div[@class='article_body'] + +strip: //h2[@class='title'] +strip: //p[@class='meta'] +strip: //div[@class='ga_section'] +strip: //div[@id='recent_slider'] + +test_url: http://www.theonion.com/articles/pathetic-bobcats-owner-again-regaling-players-with,27572/
\ No newline at end of file |
