mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Change "tweets" to "posts" to avoid ublock hiding
This commit is contained in:
parent
4f7e0ffc22
commit
9d9bd10e15
5 changed files with 8 additions and 8 deletions
|
|
@ -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}) ')
|
||||
|
|
|
|||
Loading…
Reference in a new issue