diff options
author | Elyse <26639800+elyse0@users.noreply.github.com> | 2023-03-04 13:41:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 01:11:41 +0530 |
commit | b40471282286bd2b09c485bf79afd271d229272c (patch) | |
tree | ab89c77ba536865d2e84ee5b24e048831f9d2c27 /yt_dlp/extractor/_extractors.py | |
parent | 1f8489cccbdc6e96027ef527b88717458f0900e8 (diff) | |
download | hypervideo-pre-b40471282286bd2b09c485bf79afd271d229272c.tar.lz hypervideo-pre-b40471282286bd2b09c485bf79afd271d229272c.tar.xz hypervideo-pre-b40471282286bd2b09c485bf79afd271d229272c.zip |
[extractor/telecaribe] Add extractor (#6311)
Authored by: elyse0
Closes #6001
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 ccac634b3..b7bce6a5e 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1854,6 +1854,7 @@ from .ted import ( from .tele5 import Tele5IE from .tele13 import Tele13IE from .telebruxelles import TeleBruxellesIE +from .telecaribe import TelecaribePlayIE from .telecinco import TelecincoIE from .telegraaf import TelegraafIE from .telegram import TelegramEmbedIE |