[rmcdecouverte] Update _VALID_URL (closes #18595)
This commit is contained in:
parent
38d15ba7f9
commit
3d8eb6beb9
|
@ -10,18 +10,18 @@ from ..compat import (
|
||||||
|
|
||||||
|
|
||||||
class RMCDecouverteIE(InfoExtractor):
|
class RMCDecouverteIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://rmcdecouverte\.bfmtv\.com/mediaplayer-replay.*?\bid=(?P<id>\d+)'
|
_VALID_URL = r'https?://rmcdecouverte\.bfmtv\.com/.+/program_(?P<id>\d+)'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://rmcdecouverte.bfmtv.com/mediaplayer-replay/?id=13502&title=AQUAMEN:LES%20ROIS%20DES%20AQUARIUMS%20:UN%20DELICIEUX%20PROJET',
|
'url': 'https://rmcdecouverte.bfmtv.com/wheeler-dealers-occasions-a-saisir/program_2566/',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '5419055995001',
|
'id': '5983675500001',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'UN DELICIEUX PROJET',
|
'title': 'CORVETTE',
|
||||||
'description': 'md5:63610df7c8b1fc1698acd4d0d90ba8b5',
|
'description': 'md5:c1e8295521e45ffebf635d6a7658f506',
|
||||||
'uploader_id': '1969646226001',
|
'uploader_id': '1969646226001',
|
||||||
'upload_date': '20170502',
|
'upload_date': '20181226',
|
||||||
'timestamp': 1493745308,
|
'timestamp': 1545861635,
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
|
|
Loading…
Reference in New Issue