1
0
Fork 0

[extractor/tunein] Fix extractors (#6310)

Authored by: elyse0
Closes #2973
This commit is contained in:
Elyse 2023-03-04 14:05:19 -06:00 committed by GitHub
commit 46580ced56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 171 additions and 112 deletions

View file

@ -1967,10 +1967,9 @@ from .tubitv import (
)
from .tumblr import TumblrIE
from .tunein import (
TuneInClipIE,
TuneInStationIE,
TuneInProgramIE,
TuneInTopicIE,
TuneInPodcastIE,
TuneInPodcastEpisodeIE,
TuneInShortenerIE,
)
from .tunepk import TunePkIE