mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 08:22:50 +08:00
Added extractor for 1tvcrimea.ru
https://github.com/rg3/youtube-dl/issues/12466
This commit is contained in:
parent
9e1d239550
commit
9340f207f6
@ -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,
|
||||
|
@ -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>.*)'
|
||||
|
Loading…
Reference in New Issue
Block a user