aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index b7bce6a5e..917cc6ab9 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -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