parent
5eefe2c916
commit
607df4b123
|
@ -7,11 +7,11 @@ path =
|
|||
https://www.twitter.com/*
|
||||
|
||||
title = //head/title/text()
|
||||
items = //div[class=tweet]
|
||||
items = //div[class=js-tweet]|//div[class=tweet]
|
||||
|
||||
item_title = ./@data-name " (@" ./@data-screen-name ")"
|
||||
item_link = .//a[class=details]/@href
|
||||
item_content = .//p[class=tweet-text]
|
||||
item_link = .//a[class=js-permalink]/@href
|
||||
item_content = .//p[class=js-tweet-text]
|
||||
item_time = .//span/@data-time
|
||||
|
||||
[google]
|
||||
|
|
Loading…
Reference in New Issue