[tunein] add support for tunein topic,clip and program(fixes #7348)
This commit is contained in:
parent
c047270c02
commit
bd3f9ecabe
2 changed files with 136 additions and 59 deletions
|
@ -703,7 +703,13 @@ from .tube8 import Tube8IE
|
|||
from .tubitv import TubiTvIE
|
||||
from .tudou import TudouIE
|
||||
from .tumblr import TumblrIE
|
||||
from .tunein import TuneInIE
|
||||
from .tunein import (
|
||||
TuneInClipIE,
|
||||
TuneInStationIE,
|
||||
TuneInProgramIE,
|
||||
TuneInTopicIE,
|
||||
TuneInShortenerIE,
|
||||
)
|
||||
from .turbo import TurboIE
|
||||
from .tutv import TutvIE
|
||||
from .tv2 import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue