diff options
Diffstat (limited to 'uk.xbox360.ign.com.txt')
| -rw-r--r-- | uk.xbox360.ign.com.txt | 23 |
1 files changed, 23 insertions, 0 deletions
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 |
