mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-06 03:55:36 -05:00
Change "tweets" to "posts" to avoid ublock hiding
This commit is contained in:
@@ -71,4 +71,4 @@ class BaseTestCase(BaseCase):
|
||||
|
||||
|
||||
def get_timeline_tweet(num=1):
|
||||
return Tweet(f'#tweets > div:nth-child({num}) ')
|
||||
return Tweet(f'#posts > div:nth-child({num}) ')
|
||||
|
||||
Reference in New Issue
Block a user