mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Small optimization for photo rail request size
This commit is contained in:
parent
f3d6f53f6d
commit
e0b141daf9
2 changed files with 2 additions and 3 deletions
|
|
@ -17,6 +17,8 @@ proc genParams*(pars: openArray[(string, string)] = @[]; cursor="";
|
|||
result &= p
|
||||
if ext:
|
||||
result &= ("ext", "mediaStats")
|
||||
result &= ("include_ext_alt_text", "true")
|
||||
result &= ("include_ext_media_availability", "true")
|
||||
if count.len > 0:
|
||||
result &= ("count", count)
|
||||
if cursor.len > 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue