1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 11:22:58 +08:00

Added extractor for 1tvcrimea.ru

https://github.com/rg3/youtube-dl/issues/12466
This commit is contained in:
amsghwdp 2017-03-30 16:58:58 +13:00
parent 9e1d239550
commit 9340f207f6
2 changed files with 2 additions and 2 deletions

View File

@ -715,7 +715,7 @@ from .onet import (
OnetMVPIE,
OnetPlIE,
)
from .onetvcrimea import TvCrimeaIE
from .onetvcrimea import OneTvCrimeaIE
from .onionstudios import OnionStudiosIE
from .ooyala import (
OoyalaIE,

View File

@ -7,7 +7,7 @@ from __future__ import unicode_literals
from .common import InfoExtractor
class TvCrimeaIE(InfoExtractor):
class OneTvCrimeaIE(InfoExtractor):
IE_NAME = '1tvcrimea'
IE_DESC = '1 TV Crimea'
_VALID_URL = r'https?://(?:www\.)?1tvcrimea.ru/(?P<id>.*)'