1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[tvplayhome] Add extractor (closes #17344)

This commit is contained in:
Sergey M․
2018-08-26 20:07:52 +07:00
parent e0b6e98871
commit dac6f7654a
2 changed files with 112 additions and 3 deletions

View File

@ -1181,6 +1181,7 @@ from .tvp import (
from .tvplay import (
TVPlayIE,
ViafreeIE,
TVPlayHomeIE,
)
from .tvplayer import TVPlayerIE
from .tweakers import TweakersIE