mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Replace old v1 photo rail API with gql
This commit is contained in:
parent
c6edec0490
commit
19569bb19f
8 changed files with 42 additions and 70 deletions
|
|
@ -10,7 +10,6 @@ const
|
|||
apiMaxReqs: Table[Api, int] = {
|
||||
Api.search: 50,
|
||||
Api.tweetDetail: 150,
|
||||
Api.photoRail: 180,
|
||||
Api.userTweets: 500,
|
||||
Api.userTweetsAndReplies: 500,
|
||||
Api.userMedia: 500,
|
||||
|
|
|
|||
Loading…
Reference in a new issue