1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[instagram:user] Fix extraction (closes #16119)

This commit is contained in:
Sergey M․ 2018-04-18 10:12:24 +07:00
parent e30991f920
commit 9b3036bd2e
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

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