mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 19:29:51 +01:00
[cleanup, extractor] Rename extractors.py
to _extractors.py
This should be considered part of the next commit, but is separated so that `git` can detect the renaming better
This commit is contained in:
parent
145c5a83a8
commit
99d10bf607
@ -11,7 +11,7 @@
|
||||
_LAZY_LOADER = True
|
||||
|
||||
if not _LAZY_LOADER:
|
||||
from .extractors import * # noqa: F403
|
||||
from ._extractors import * # noqa: F403
|
||||
_ALL_CLASSES = [ # noqa: F811
|
||||
klass
|
||||
for name, klass in globals().items()
|
||||
|
Loading…
Reference in New Issue
Block a user