diff options
Diffstat (limited to 'smh.com.au.txt')
| -rw-r--r-- | smh.com.au.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/smh.com.au.txt b/smh.com.au.txt new file mode 100644 index 0000000..f647f81 --- /dev/null +++ b/smh.com.au.txt @@ -0,0 +1,14 @@ +body: //div[@id='content'] +title: //h1[@class='cN-headingPage'] +author: //h3[@class='authorName'] +date: //dd[@class='updated dtstamp'] + +strip: //ul[@class='social sponsored cfix'] +strip: //div[contains(@class, 'hiddenVisually')] +strip: //dd[@class='updated dtstamp'] +strip: //h3[@class='authorName'] +strip: //ul[@class='social cfix'] +strip: //div[contains(@id, 'adspot')] + +strip: //div[contains(@class, 'overlayPlayCountdown')] +strip: //div[@class='fdVideoWof']//span[@class='gone'] |
