1
0
Fork 0

[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
commit 974208e151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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