[instagram:user] Fix extraction (closes #16119)
authorSergey M․ <dstftw@gmail.com>
Wed, 18 Apr 2018 03:12:24 +0000 (10:12 +0700)
committerSergey M․ <dstftw@gmail.com>
Wed, 18 Apr 2018 03:12:24 +0000 (10:12 +0700)
youtube_dl/extractor/instagram.py

index 5cea37d92d0d87c2b1249dfa67f07f24bd3a1982..0c13f54ee04fe4df7169203b27e222cd2771b4be 100644 (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,
             })