1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-29 21:57:50 +00:00

[NateTV] Add NateIE and NateProgramIE (#1950)

Authored by: Ashish0804, Hyeeji
This commit is contained in:
Ashish Gupta
2021-12-14 22:29:17 +05:30
committed by GitHub
parent 86f3d52f8c
commit abc07b554c
2 changed files with 128 additions and 0 deletions

View File

@@ -857,6 +857,10 @@ from .n1 import (
N1InfoAssetIE,
N1InfoIIE,
)
from .nate import (
NateIE,
NateProgramIE,
)
from .nationalgeographic import (
NationalGeographicVideoIE,
NationalGeographicTVIE,