aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 73eb374ee..e4755b3d1 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -857,6 +857,10 @@ from .n1 import (
N1InfoAssetIE,
N1InfoIIE,
)
+from .nate import (
+ NateIE,
+ NateProgramIE,
+)
from .nationalgeographic import (
NationalGeographicVideoIE,
NationalGeographicTVIE,