mirror of https://github.com/yt-dlp/yt-dlp.git
[vgtrk] Rename vesti extractor
This commit is contained in:
parent
c4d197ee2d
commit
3ee52157fb
|
@ -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 = [
|
||||
{
|
Loading…
Reference in New Issue