mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 13:12:45 +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):
|
||||
variables = json.dumps({
|
||||
'id': uploader_id,
|
||||
'first': 100,
|
||||
'first': 12,
|
||||
'after': cursor,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user