mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-12-22 15:57:23 +00:00
[instagram:user] Fix extraction (closes #16119)
This commit is contained in:
parent
e30991f920
commit
9b3036bd2e
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class InstagramUserIE(InfoExtractor):
|
||||||
for page_num in itertools.count(1):
|
for page_num in itertools.count(1):
|
||||||
variables = json.dumps({
|
variables = json.dumps({
|
||||||
'id': uploader_id,
|
'id': uploader_id,
|
||||||
'first': 100,
|
'first': 12,
|
||||||
'after': cursor,
|
'after': cursor,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue