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

[extractor/vlive] Replace with VLiveWebArchiveIE (#6196)

vlive has shut down: https://web.archive.org/web/20221031171019/https://www.vlive.tv/notice/4749

Authored by: seproDev
This commit is contained in:
sepro
2023-02-12 05:47:03 +01:00
committed by GitHub
parent a31d0fa6c3
commit b3eaab7ca2
4 changed files with 255 additions and 394 deletions

View File

@@ -122,6 +122,7 @@
from .archiveorg import (
ArchiveOrgIE,
YoutubeWebArchiveIE,
VLiveWebArchiveIE,
)
from .arcpublishing import ArcPublishingIE
from .arkena import ArkenaIE
@@ -2183,11 +2184,6 @@
VKUserVideosIE,
VKWallPostIE,
)
from .vlive import (
VLiveIE,
VLivePostIE,
VLiveChannelIE,
)
from .vodlocker import VodlockerIE
from .vodpl import VODPlIE
from .vodplatform import VODPlatformIE