mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Use search instead of old timeline endpoint
This commit is contained in:
parent
cc5841df30
commit
50f821dbd8
7 changed files with 180 additions and 167 deletions
|
|
@ -16,7 +16,7 @@ proc genParams*(pars: openArray[(string, string)] = @[]; cursor="";
|
|||
for p in pars:
|
||||
result &= p
|
||||
if ext:
|
||||
result &= ("ext", "mediaStats")
|
||||
result &= ("ext", "mediaStats,isBlueVerified,isVerified,blue,blueVerified")
|
||||
result &= ("include_ext_alt_text", "1")
|
||||
result &= ("include_ext_media_availability", "1")
|
||||
if count.len > 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue