1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

[ie/tvw:tvchannels] Add extractor (#12721)

Authored by: fries1234
This commit is contained in:
fries1234
2025-04-18 16:35:47 -07:00
committed by GitHub
parent 839d643253
commit ed8ad1b4d6
2 changed files with 55 additions and 4 deletions

View File

@@ -2237,7 +2237,10 @@ from .tvplay import (
TVPlayIE,
)
from .tvplayer import TVPlayerIE
from .tvw import TvwIE
from .tvw import (
TvwIE,
TvwTvChannelsIE,
)
from .tweakers import TweakersIE
from .twentymin import TwentyMinutenIE
from .twentythreevideo import TwentyThreeVideoIE