blob: f647f8124ad9bdbc895a1ab0f6773d267338ff7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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']
|