Fix Twitter
They changed the html structure of the profile pages
This commit is contained in:
parent
5eefe2c916
commit
607df4b123
@ -7,11 +7,11 @@ path =
|
|||||||
https://www.twitter.com/*
|
https://www.twitter.com/*
|
||||||
|
|
||||||
title = //head/title/text()
|
title = //head/title/text()
|
||||||
items = //div[class=tweet]
|
items = //div[class=js-tweet]|//div[class=tweet]
|
||||||
|
|
||||||
item_title = ./@data-name " (@" ./@data-screen-name ")"
|
item_title = ./@data-name " (@" ./@data-screen-name ")"
|
||||||
item_link = .//a[class=details]/@href
|
item_link = .//a[class=js-permalink]/@href
|
||||||
item_content = .//p[class=tweet-text]
|
item_content = .//p[class=js-tweet-text]
|
||||||
item_time = .//span/@data-time
|
item_time = .//span/@data-time
|
||||||
|
|
||||||
[google]
|
[google]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user