mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Switch back to old user search endpoint
This commit is contained in:
parent
6e8744943f
commit
8df5256c1d
7 changed files with 28 additions and 34 deletions
|
|
@ -9,6 +9,7 @@ const
|
|||
activate* = $(api / "1.1/guest/activate.json")
|
||||
|
||||
photoRail* = api / "1.1/statuses/media_timeline.json"
|
||||
userSearch* = api / "1.1/users/search.json"
|
||||
|
||||
graphql = api / "graphql"
|
||||
graphUser* = graphql / "u7wQyGi6oExe8_TRWGMq4Q/UserResultByScreenNameQuery"
|
||||
|
|
@ -34,6 +35,7 @@ const
|
|||
"include_user_entities": "1",
|
||||
"include_ext_reply_count": "1",
|
||||
"include_ext_is_blue_verified": "1",
|
||||
#"include_ext_verified_type": "1",
|
||||
"include_ext_media_color": "0",
|
||||
"cards_platform": "Web-13",
|
||||
"tweet_mode": "extended",
|
||||
|
|
|
|||
Loading…
Reference in a new issue