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:
@ -9,6 +9,7 @@ class LazyLoadMetaClass(type):
|
||||
|
||||
class LazyLoadExtractor(metaclass=LazyLoadMetaClass):
|
||||
_module = None
|
||||
_WORKING = True
|
||||
|
||||
@classmethod
|
||||
def _get_real_class(cls):
|
||||
|
Reference in New Issue
Block a user