Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/instagram.py
|
|
@ -261,7 +261,7 @@ class InstagramUserIE(InfoExtractor): |
|
|
|
for page_num in itertools.count(1): |
|
|
|
variables = json.dumps({ |
|
|
|
'id': uploader_id, |
|
|
|
'first': 100, |
|
|
|
'first': 12, |
|
|
|
'after': cursor, |
|
|
|
}) |
|
|
|
|
|
|
|