% env PYTHONPATH=. python3.7 test/test_results.py instagram > /tmp/gallery-dl-instagram-tests.txt ....E. ====================================================================== ERROR: test_InstagramTagExtractor_1 (__main__.TestExtractorResults) ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_results.py", line 258, in test self._run_test(extr, url, result) File "test/test_results.py", line 61, in _run_test tjob.run() File "test/test_results.py", line 152, in run for msg in self.extractor: File "/tmp/gallery-dl/gallery_dl/extractor/instagram.py", line 32, in items for data in self.instagrams(): File "/tmp/gallery-dl/gallery_dl/extractor/instagram.py", line 165, in _extract_tagpage yield from self._extract_page(url, 'TagPage') File "/tmp/gallery-dl/gallery_dl/extractor/instagram.py", line 138, in _extract_page yield from self._extract_postpage(url) File "/tmp/gallery-dl/gallery_dl/extractor/instagram.py", line 56, in _extract_postpage 'comments': text.parse_int(media['edge_media_to_comment']['count']), KeyError: 'edge_media_to_comment' ---------------------------------------------------------------------- Ran 6 tests in 14.113s FAILED (errors=1) Exit 1