mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-07 12:00:09 +09:00
had incorrect md5, updated.
This commit is contained in:
parent
f884efcc54
commit
1dcca5c300
@ -8,7 +8,7 @@ class TASVideosIE(InfoExtractor):
|
|||||||
_VALID_URL = r'http://tasvideos.org/(?P<id>\d+M)\.html'
|
_VALID_URL = r'http://tasvideos.org/(?P<id>\d+M)\.html'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://tasvideos.org/4352M.html',
|
'url': 'http://tasvideos.org/4352M.html',
|
||||||
'md5': '92b08f544beb6ee905030609c7251cd1',
|
'md5': '8dced25a575e853cec5533a887a8dcfc',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '4352M',
|
'id': '4352M',
|
||||||
'ext': 'mkv',
|
'ext': 'mkv',
|
||||||
|
Loading…
Reference in New Issue
Block a user