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

[trovo] Support channel clips and VODs (#1246)

Closes #229
Authored by: Ashish0804
This commit is contained in:
Ashish Gupta
2021-10-14 17:32:48 +05:30
committed by GitHub
parent 883d4b1eec
commit 974208e151
2 changed files with 69 additions and 0 deletions

View File

@ -1470,6 +1470,8 @@ from .trilulilu import TriluliluIE
from .trovo import (
TrovoIE,
TrovoVodIE,
TrovoChannelVodIE,
TrovoChannelClipIE,
)
from .trunews import TruNewsIE
from .trutv import TruTVIE