Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
0 deletions
-
youtube_dl/extractor/instagram.py
|
|
@ -243,6 +243,8 @@ class InstagramUserIE(InfoExtractor): |
|
|
|
return int_or_none(try_get( |
|
|
|
node, lambda x: x['edge_media_' + suffix]['count'])) |
|
|
|
|
|
|
|
self._set_cookie('instagram.com', 'ig_pr', '1') |
|
|
|
|
|
|
|
cursor = '' |
|
|
|
for page_num in itertools.count(1): |
|
|
|
media = self._download_json( |
|
|
|