mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
parent
7f7092fbf5
commit
2f07fa6151
10 changed files with 117 additions and 21 deletions
|
|
@ -71,6 +71,8 @@ class Conversation(object):
|
|||
thread = '.reply'
|
||||
tweet = '.timeline-item'
|
||||
tweet_text = '.tweet-content'
|
||||
reply_sort = '.reply-sort'
|
||||
reply_sort_active = '.reply-sort-option.active'
|
||||
|
||||
|
||||
class Poll(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue