1
0
Fork 0

[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
commit 42b7440963
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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