mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:47:07 -05:00 
			
		
		
		
	[vgtrk] Rename vesti extractor
This commit is contained in:
		@@ -246,8 +246,8 @@ from .ustream import UstreamIE, UstreamChannelIE
 | 
			
		||||
from .vbox7 import Vbox7IE
 | 
			
		||||
from .veehd import VeeHDIE
 | 
			
		||||
from .veoh import VeohIE
 | 
			
		||||
from .vesti import VestiIE
 | 
			
		||||
from .vevo import VevoIE
 | 
			
		||||
from .vgtrk import VGTRKIE
 | 
			
		||||
from .vice import ViceIE
 | 
			
		||||
from .viddler import ViddlerIE
 | 
			
		||||
from .videobam import VideoBamIE
 | 
			
		||||
 
 | 
			
		||||
@@ -10,10 +10,9 @@ from ..utils import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class VestiIE(InfoExtractor):
 | 
			
		||||
    IE_NAME = 'vesti'
 | 
			
		||||
    IE_DESC = 'Вести.Ru'
 | 
			
		||||
    _VALID_URL = r'http://(?:.+?\.)?(?:vesti\.ru|russia\.tv|tvkultura\.ru|rutv\.ru)/(?P<id>.+)'
 | 
			
		||||
class VGTRKIE(InfoExtractor):
 | 
			
		||||
    IE_DESC = 'ВГТРК'
 | 
			
		||||
    _VALID_URL = r'http://(?:.+?\.)?(?:vesti\.ru|russia2?\.tv|tvkultura\.ru|rutv\.ru)/(?P<id>.+)'
 | 
			
		||||
 | 
			
		||||
    _TESTS = [
 | 
			
		||||
        {
 | 
			
		||||
		Reference in New Issue
	
	Block a user