aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorsepro <4618135+seproDev@users.noreply.github.com>2023-02-12 05:47:03 +0100
committerGitHub <noreply@github.com>2023-02-12 10:17:03 +0530
commitb3eaab7ca2e118d4db73dcb44afd9c8717db8b67 (patch)
treef84ffc8ab0450c85e84b7fc811036355e6fb37a9 /yt_dlp/extractor/_extractors.py
parenta31d0fa6c315b1145d682361149003d98f1e3782 (diff)
downloadhypervideo-pre-b3eaab7ca2e118d4db73dcb44afd9c8717db8b67.tar.lz
hypervideo-pre-b3eaab7ca2e118d4db73dcb44afd9c8717db8b67.tar.xz
hypervideo-pre-b3eaab7ca2e118d4db73dcb44afd9c8717db8b67.zip
[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
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 50dfe2eb1..12ef50cc6 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -122,6 +122,7 @@ from .applepodcasts import ApplePodcastsIE
from .archiveorg import (
ArchiveOrgIE,
YoutubeWebArchiveIE,
+ VLiveWebArchiveIE,
)
from .arcpublishing import ArcPublishingIE
from .arkena import ArkenaIE
@@ -2183,11 +2184,6 @@ from .vk import (
VKUserVideosIE,
VKWallPostIE,
)
-from .vlive import (
- VLiveIE,
- VLivePostIE,
- VLiveChannelIE,
-)
from .vodlocker import VodlockerIE
from .vodpl import VODPlIE
from .vodplatform import VODPlatformIE