Fix Twitter
They changed the html structure of the profile pages
This commit is contained in:
		@@ -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]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user