Browse Source

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

master-ytdl-org
Sergey M․ 6 years ago
parent
commit
9b3036bd2e
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/instagram.py

+ 1
- 1
youtube_dl/extractor/instagram.py 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,
})


Loading…
Cancel
Save