1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-02-06 14:07:21 +00:00

[ie/locipo] Add extractors (#15486)

Closes #13656
Authored by: doe1080, gravesducking

Co-authored-by: gravesducking <219445875+gravesducking@users.noreply.github.com>
This commit is contained in:
doe1080
2026-02-05 06:06:39 +09:00
committed by GitHub
parent 133cb959be
commit 442c90da3e
2 changed files with 213 additions and 0 deletions

View File

@@ -1029,6 +1029,10 @@ from .livestream import (
)
from .livestreamfails import LivestreamfailsIE
from .lnk import LnkIE
from .locipo import (
LocipoIE,
LocipoPlaylistIE,
)
from .loco import LocoIE
from .loom import (
LoomFolderIE,