Set GRAPHQL_PAGE_LENGTH to 12

This is the length the browser requests. Might alleviate #94.
This commit is contained in:
Alexander Graf
2018-04-18 11:41:00 +02:00
committed by GitHub
parent 3e904e8a14
commit 09f2eb3601

View File

@@ -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,