diff options
author | coletdjnz <coletdjnz@protonmail.com> | 2022-09-23 21:52:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 21:52:11 +0000 |
commit | 3c757d5ed2527b17881eb65c67ddbe0d1335771f (patch) | |
tree | 9b7f55bae490f035fcbfd3b4116fab385c0a414b /yt_dlp/extractor/_extractors.py | |
parent | f55523cfdd18dcd578f5d96cbb06266663169d35 (diff) |
[extractor/wistia] Add support for channels (#4819)
Fixes https://github.com/yt-dlp/yt-dlp/issues/4748
Related: https://github.com/yt-dlp/yt-dlp/issues/4985
Authored by: coletdjnz
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index e24787136..c2575bc92 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -2142,6 +2142,7 @@ from .whowatch import WhoWatchIE from .wistia import ( WistiaIE, WistiaPlaylistIE, + WistiaChannelIE, ) from .worldstarhiphop import WorldStarHipHopIE from .wppilot import ( |