diff options
Diffstat (limited to 'thenextweb.com.txt')
| -rw-r--r-- | thenextweb.com.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/thenextweb.com.txt b/thenextweb.com.txt new file mode 100644 index 0000000..684fe82 --- /dev/null +++ b/thenextweb.com.txt @@ -0,0 +1,12 @@ +body: //div[@class= 'article-body'] +author: //div[@class='featured mb-1']//a[starts-with(@href,'/author')] + +strip: //div[@class = 'bargo'] +strip: //div[@class = 'tf'] +strip: //div[@class = 'article']/div[@class = 'blue-box'] +strip_id_or_class: respond + +tidy: no +next_page_link: //div[@class='pages-wrapper']//span/following-sibling::a/@href + +test_url: http://thenextweb.com/apple/2011/10/12/tnw-review-a-complete-guide-to-apples-ios-5-with-icloud-an-os-14-years-in-the-making/
\ No newline at end of file |
