mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Fix restIdVars whitespace handling
This commit is contained in:
parent
5a4c8dd12c
commit
1e33ca045d
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ const
|
||||||
restIdVars* = """{
|
restIdVars* = """{
|
||||||
"rest_id": "$1", $2
|
"rest_id": "$1", $2
|
||||||
"count": $3
|
"count": $3
|
||||||
}"""
|
}""".replace(" ", "").replace("\n", "")
|
||||||
|
|
||||||
userMediaVars* = """{
|
userMediaVars* = """{
|
||||||
"userId": "$1", $2
|
"userId": "$1", $2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue