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

[ie/tvw:news] Add extractor (#12907)

Authored by: fries1234
This commit is contained in:
fries1234
2025-07-27 13:26:33 -07:00
committed by GitHub
parent b831406a1d
commit 682334e4b3
2 changed files with 55 additions and 2 deletions

View File

@@ -2235,6 +2235,7 @@ from .tvplay import (
from .tvplayer import TVPlayerIE
from .tvw import (
TvwIE,
TvwNewsIE,
TvwTvChannelsIE,
)
from .tweakers import TweakersIE