From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- techdirt.com.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 techdirt.com.txt (limited to 'techdirt.com.txt') diff --git a/techdirt.com.txt b/techdirt.com.txt new file mode 100644 index 0000000..7db2f95 --- /dev/null +++ b/techdirt.com.txt @@ -0,0 +1,12 @@ +body: //div[@class='story'] +title: //div[@class='story']/h1 +strip: //div[@class='story']/h1 + +author: //div[@class='details']/p[contains(., 'by ')]/a +date: //p[@class='storydate'] + +strip: //p[a[contains(., 'Leave a Comment')]] +strip_id_or_class: share +strip_id_or_class: maincolumn_head +strip_id_or_class: maincolmod +test_url: http://www.techdirt.com/articles/20120112/17455117394/sega-gets-it-right-about-sopa-its-time-hard-reset-copyright-law-congress.shtml \ No newline at end of file -- cgit v1.3.1