diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
| commit | 9a69161c8646f63b4d9fa17c6ac3ab922d625859 (patch) | |
| tree | 62a446347e1279f00383fdd7f9637cfd58a50879 /nintendoworldreport.com.txt | |
| download | ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.tar.gz ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.zip | |
Initial commit
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 |
