diff options
Diffstat (limited to 'nintendoworldreport.com.txt')
| -rw-r--r-- | nintendoworldreport.com.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nintendoworldreport.com.txt b/nintendoworldreport.com.txt new file mode 100644 index 0000000..f0e28af --- /dev/null +++ b/nintendoworldreport.com.txt @@ -0,0 +1,13 @@ +body: //div[@id="main"] +title: //div[@id="main"]/h3 + +# Remove ‘Review’ and ‘Wii’. +strip: //div[@class="badge"] + +# Remove duplicate title and country flag. +strip: //h3 + +# Commented out below are attempts to extract the author and date, which did not work. +# author: //p[@class="extra "]/a +# date: //p[@class="extra "]/span[@class="when"] +test_url: http://www.nintendoworldreport.com/review/28400
\ No newline at end of file |
