mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 06:35:42 +07:00
[lazy_extractor] Create instance only after pre-checking archive
This commit is contained in:
@@ -9,6 +9,7 @@ def __getattr__(cls, name):
|
||||
|
||||
class LazyLoadExtractor(metaclass=LazyLoadMetaClass):
|
||||
_module = None
|
||||
_WORKING = True
|
||||
|
||||
@classmethod
|
||||
def _get_real_class(cls):
|
||||
|
||||
Reference in New Issue
Block a user