mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
Really pass TestAllURLsMatching.test_no_duplicates
This commit is contained in:
parent
585e806d9a
commit
20691a11e6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ _bytes_to_chr = (lambda x: x) if sys.version_info[0] == 2 else (lambda x: map(ch
|
|||
class RTVEPlayIE(InfoExtractor):
|
||||
IE_NAME = 'rtve.es:play'
|
||||
IE_DESC = 'RTVE Play'
|
||||
_VALID_URL = r'https?://(?:www\.)?rtve\.es/(?P<kind>(?:playz?|alacarta)/(?:audios|videos)|filmoteca)/[^/]+/[^/]+/(?P<id>\d+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?rtve\.es/(?P<kind>(?:playz?|(?:m/)?alacarta)/(?:audios|videos)|filmoteca)/[^/]+/[^/]+/(?P<id>\d+)'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'http://www.rtve.es/alacarta/videos/balonmano/o-swiss-cup-masculina-final-espana-suecia/2491869/',
|
||||
|
|
Loading…
Reference in a new issue