]> jfr.im git - yt-dlp.git/commit
Seperate import of lazy_extractors from that of normal extractors
authorpukkandan <redacted>
Thu, 28 Jan 2021 05:52:13 +0000 (11:22 +0530)
committerpukkandan <redacted>
Thu, 28 Jan 2021 05:55:42 +0000 (11:25 +0530)
commit0748b3317bb0d6db492fe5effaa2d43c7dddd582
tree2353c21921889162c3c64790f40df44f034be2eb
parent6b591b29254db07d63f4aecc7260299331efa003
Seperate import of lazy_extractors from that of normal extractors

This prevents "ModuleNotFoundError: No module named 'youtube_dl.extractor.lazy_extractors'" from appearing in the traceback

Related: https://github.com/animelover1984/youtube-dl/issues/17#issuecomment-757945024
youtube_dlc/extractor/__init__.py