From b3eaab7ca2e118d4db73dcb44afd9c8717db8b67 Mon Sep 17 00:00:00 2001 From: sepro <4618135+seproDev@users.noreply.github.com> Date: Sun, 12 Feb 2023 05:47:03 +0100 Subject: [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 --- yt_dlp/extractor/_extractors.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'yt_dlp/extractor/_extractors.py') 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 -- cgit v1.2.3