1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 06:35:42 +07:00

[ie/lsm,cloudycdn] Add extractors (#8643)

Closes #2978
Authored by: Caesim404
This commit is contained in:
Caesim404
2024-01-28 04:02:09 +02:00
committed by GitHub
parent 5f25f348f9
commit 5dda3b291f
3 changed files with 367 additions and 0 deletions

View File

@@ -369,6 +369,7 @@
from .cliprs import ClipRsIE
from .closertotruth import CloserToTruthIE
from .cloudflarestream import CloudflareStreamIE
from .cloudycdn import CloudyCDNIE
from .clubic import ClubicIE
from .clyp import ClypIE
from .cmt import CMTIE
@@ -1001,6 +1002,11 @@
LRTVODIE,
LRTStreamIE
)
from .lsm import (
LSMLREmbedIE,
LSMLTVEmbedIE,
LSMReplayIE
)
from .lumni import (
LumniIE
)