]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/extractors.py
Improve handling for overriding extractors with plugins (#5916)
[yt-dlp.git] / yt_dlp / extractor / extractors.py
index beda02917e3f7c050496d1e617e27b4b9b54e317..baa69d2421cd4a10dc815b206e24713583c8660c 100644 (file)
@@ -24,3 +24,5 @@
 
 globals().update(_PLUGIN_CLASSES)
 _ALL_CLASSES[:0] = _PLUGIN_CLASSES.values()
+
+from .common import _PLUGIN_OVERRIDES  # noqa: F401