diff options
Diffstat (limited to 'techradar.com.txt')
| -rw-r--r-- | techradar.com.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/techradar.com.txt b/techradar.com.txt new file mode 100644 index 0000000..0a0ca61 --- /dev/null +++ b/techradar.com.txt @@ -0,0 +1,12 @@ +# Title without news/reviews etc. appended +title: //div[@id='subColumn1Pad']/div[1][@class='article']/div[1][@class='articleHead']/h1 + +# Remove home link +strip: //div[@id='page_logo']/a + +# Remove utilities +strip: //*[(@id = "utilities")] + +# Remove comments link +strip: //div[@id='subColumn1Pad']/div[1][@class='article']/div[1][@class='articleHead']/p[@class='tiny'] +test_url: http://www.techradar.com/news/television/sky-to-rebrand-living-as-sky-living-903105
\ No newline at end of file |
