1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 06:35:12 +00:00

[ie/NTSLive] Add extractor (#9641)

Closes #9640
Authored by: lostfictions
This commit is contained in:
six
2024-05-23 00:13:00 -04:00
committed by GitHub
parent 65e709d235
commit be7db1a5a8
2 changed files with 77 additions and 0 deletions

View File

@@ -1333,6 +1333,7 @@ from .nrk import (
NRKTVSeriesIE,
)
from .nrl import NRLTVIE
from .nts import NTSLiveIE
from .ntvcojp import NTVCoJpCUIE
from .ntvde import NTVDeIE
from .ntvru import NTVRuIE