mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[instagram:user] Fix extraction (closes #16119)
This commit is contained in:
parent
e30991f920
commit
9b3036bd2e
@ -261,7 +261,7 @@ def get_count(suffix):
|
|||||||
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 New Issue
Block a user