[RutubePlaylistIE] Removed superfluous '.*$' from regex
This commit is contained in:
parent
6990a05a9e
commit
bb5bafa79f
@ -212,7 +212,7 @@ class RutubePlaylistIE(InfoExtractor):
|
|||||||
'playlist_count': 25,
|
'playlist_count': 25,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
_VALID_URL = r'https?://rutube\.ru/(?:video|(?:play/)?embed)/[\da-z]{32}/\?(?:.+)?pl_id=(?P<id>\d+).*$'
|
_VALID_URL = r'https?://rutube\.ru/(?:video|(?:play/)?embed)/[\da-z]{32}/\?(?:.+)?pl_id=(?P<id>\d+)'
|
||||||
_PAGE_TEMPLATE = 'http://rutube.ru/api/playlist/source/%s/?page=%s'
|
_PAGE_TEMPLATE = 'http://rutube.ru/api/playlist/source/%s/?page=%s'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user