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

[ie/tvw] Add extractor (#12271)

Authored by: fries1234
This commit is contained in:
fries1234
2025-03-03 14:25:30 -08:00
committed by GitHub
parent 172d5fcd77
commit 42b7440963
2 changed files with 118 additions and 0 deletions

View File

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