diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-28 11:50:17 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-28 19:29:33 +0530 |
commit | ef39f8600a290f1176d13f11894ab35df47ec9d8 (patch) | |
tree | 05277650f053018454d5b4ae6b9063c2960a8b36 /yt_dlp/extractor/extractors.py | |
parent | 2291dbce2a1aa9c5e9e060eb7ac306f037234eb1 (diff) | |
download | hypervideo-pre-ef39f8600a290f1176d13f11894ab35df47ec9d8.tar.lz hypervideo-pre-ef39f8600a290f1176d13f11894ab35df47ec9d8.tar.xz hypervideo-pre-ef39f8600a290f1176d13f11894ab35df47ec9d8.zip |
[curiositystream] Fix collections
Closes #277
* A bug with authentication was reported in <https://github.com/yt-dlp/yt-dlp/issues/277#issuecomment-828254721> but cannot be tested without an account
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 86089f36f..bd3655e6d 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -288,7 +288,8 @@ from .ctvnews import CTVNewsIE from .cultureunplugged import CultureUnpluggedIE from .curiositystream import ( CuriosityStreamIE, - CuriosityStreamCollectionIE, + CuriosityStreamCollectionsIE, + CuriosityStreamSeriesIE, ) from .cwtv import CWTVIE from .dailymail import DailyMailIE |