mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-11 07:10:30 +00:00
[vesti] Fix _VALID_URL regex
This commit is contained in:
parent
a33932cfe3
commit
c4d197ee2d
@ -13,7 +13,7 @@
|
|||||||
class VestiIE(InfoExtractor):
|
class VestiIE(InfoExtractor):
|
||||||
IE_NAME = 'vesti'
|
IE_NAME = 'vesti'
|
||||||
IE_DESC = 'Вести.Ru'
|
IE_DESC = 'Вести.Ru'
|
||||||
_VALID_URL = r'http://(?:(?:.+?\.)?vesti\.ru|(?:2\.)?russia\.tv|tvkultura\.ru|rutv\.ru)/(?P<id>.+)'
|
_VALID_URL = r'http://(?:.+?\.)?(?:vesti\.ru|russia\.tv|tvkultura\.ru|rutv\.ru)/(?P<id>.+)'
|
||||||
|
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user