From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- winrumors.com.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 winrumors.com.txt (limited to 'winrumors.com.txt') diff --git a/winrumors.com.txt b/winrumors.com.txt new file mode 100644 index 0000000..f25f9c9 --- /dev/null +++ b/winrumors.com.txt @@ -0,0 +1,6 @@ +title: //h1[@class='page-heading'] +author: //small/strong/a +#their date string is relative, so if you save the page 2 hours after it is posted it may say 'two hours ago, instead of providing a useful date/time' +date: substring-before(substring-after(//small,'on'),'with') +body: //div[@class='entry'] +test_url: http://www.winrumors.com/chinese-windows-phone-launch-still-on-track-for-early-2012/ \ No newline at end of file -- cgit v1.3.1