mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 11:37:15 +08:00
Fixed test case for richannel.py
This commit is contained in:
parent
2c5def659c
commit
655a74585b
@ -11,7 +11,7 @@ class RIChannelIE(InfoExtractor):
|
|||||||
_VALID_URL = r'http?://(?:www\.)?richannel\.org/(?P<id>[-a-z0-9]+)'
|
_VALID_URL = r'http?://(?:www\.)?richannel\.org/(?P<id>[-a-z0-9]+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://www.richannel.org/christmas-lectures-1991-richard-dawkins--waking-up-in-the-universe',
|
'url': 'http://www.richannel.org/christmas-lectures-1991-richard-dawkins--waking-up-in-the-universe',
|
||||||
'md5': 'd41d8cd98f00b204e9800998ecf8427e',
|
'md5': '76170b1fe4eb12f5631d204a241b0bfe',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'christmas-lectures-1991-richard-dawkins--waking-up-in-the-universe',
|
'id': 'christmas-lectures-1991-richard-dawkins--waking-up-in-the-universe',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user