diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2023-03-05 12:36:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 18:36:48 +0000 |
commit | c459d45dd4d417fb80a52e1a04e607776a44baa4 (patch) | |
tree | 32bb455413c84c514b64540b6367b93e9c831734 /yt_dlp/extractor/_extractors.py | |
parent | 8729e7b57c0d6e6350a76f82436e05d7b9891188 (diff) | |
download | hypervideo-pre-c459d45dd4d417fb80a52e1a04e607776a44baa4.tar.lz hypervideo-pre-c459d45dd4d417fb80a52e1a04e607776a44baa4.tar.xz hypervideo-pre-c459d45dd4d417fb80a52e1a04e607776a44baa4.zip |
[extractor/teamcoco] Fix extractor (#6437)
Closes #6339
Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index cc7490590..545cbe204 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1846,7 +1846,10 @@ from .teachertube import ( TeacherTubeUserIE, ) from .teachingchannel import TeachingChannelIE -from .teamcoco import TeamcocoIE +from .teamcoco import ( + TeamcocoIE, + ConanClassicIE, +) from .teamtreehouse import TeamTreeHouseIE from .techtalks import TechTalksIE from .ted import ( |