From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- theonion.com.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 theonion.com.txt (limited to 'theonion.com.txt') 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 -- cgit v1.3.1