Set GRAPHQL_PAGE_LENGTH to 12
This is the length the browser requests. Might alleviate #94.
This commit is contained in:
parent
3e904e8a14
commit
09f2eb3601
@ -460,7 +460,7 @@ class _PathPattern(str):
|
||||
|
||||
|
||||
class Instaloader:
|
||||
GRAPHQL_PAGE_LENGTH = 200
|
||||
GRAPHQL_PAGE_LENGTH = 12
|
||||
|
||||
def __init__(self,
|
||||
sleep: bool = True, quiet: bool = False,
|
||||
|
Loading…
Reference in New Issue
Block a user