mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
23 lines
No EOL
698 B
Text
Executable file
23 lines
No EOL
698 B
Text
Executable file
# 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 |