diff options
author | Ashish Gupta <39122144+Ashish0804@users.noreply.github.com> | 2021-12-14 22:29:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 22:29:17 +0530 |
commit | abc07b554c319fca9dd91ede93f9bed3566c675e (patch) | |
tree | 0e6670e247284a45e9e9eb17d41d3ae499417430 /yt_dlp/extractor/extractors.py | |
parent | 86f3d52f8c0ee253827a2c86b9b5e7bd7e6458ed (diff) |
[NateTV] Add NateIE and NateProgramIE (#1950)
Authored by: Ashish0804, Hyeeji
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 4 |
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, |