fix issues with 'Extractor.finalize()'
- prevent crash in InstagramUserExtractor (#4359) - call it at the end of every DownloadJob - add it to tests
This commit is contained in:
@@ -138,6 +138,7 @@ class TestExtractorModule(unittest.TestCase):
|
||||
for test in cls._get_tests():
|
||||
extr = cls.from_url(test[0])
|
||||
extr.initialize()
|
||||
extr.finalize()
|
||||
break
|
||||
|
||||
def test_docstrings(self):
|
||||
|
||||
Reference in New Issue
Block a user