1
0
Fork 0

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