From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- uk.xbox360.ign.com.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 uk.xbox360.ign.com.txt (limited to 'uk.xbox360.ign.com.txt') diff --git a/uk.xbox360.ign.com.txt b/uk.xbox360.ign.com.txt new file mode 100644 index 0000000..cd9c136 --- /dev/null +++ b/uk.xbox360.ign.com.txt @@ -0,0 +1,23 @@ +# applies to uk.ds.ign.com, uk.wii.ign.com etc. +# possibly to non-UK versions, but I can’t test that + +title: //h1[@class="headline"] +author: //div[@class="hdr-sub byline"]/a +date: //h2[@class="publish-date"]/span +body: //div[@id="main-article-content"] + +strip: //ul[@class="lnks-readmore"] + +strip: //div[@class="inlineImageCaption"] +# can’t make the images appear, so remove the captions + +strip: //div[@style="width:468px"] +# video caption links + +convert_double_br_tags: yes + +strip_comments: no +# otherwise the ‘Closing Comments’ are removed + +# Ratings box could do with some rearranging, but it’s tricky +test_url: http://uk.xbox360.ign.com/articles/121/1210717p1.html \ No newline at end of file -- cgit v1.3.1