Skip to content

Commit

Permalink
[extractor/teamcoco] Fix extractor (yt-dlp#6437)
Browse files Browse the repository at this point in the history
Closes yt-dlp#6339
Authored by: bashonly
  • Loading branch information
bashonly authored and aalsuwaidi committed Apr 21, 2024
1 parent 06dca3c commit 520a53a
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 130 deletions.
5 changes: 4 additions & 1 deletion yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,10 @@
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 (
Expand Down

0 comments on commit 520a53a

Please sign in to comment.