mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00: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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro