1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-01 11:32:52 -05:00

[lazy_extractor] Create instance only after pre-checking archive

This commit is contained in:
pukkandan
2021-08-23 04:45:30 +05:30
parent 5bc4a65eea
commit 251ae04e6a
4 changed files with 14 additions and 12 deletions

View File

@ -9,6 +9,7 @@ class LazyLoadMetaClass(type):
class LazyLoadExtractor(metaclass=LazyLoadMetaClass):
_module = None
_WORKING = True
@classmethod
def _get_real_class(cls):