mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 00:25:06 +00:00
[rtve] Fix md5sum
Looks like these guys reencoded the video.
This commit is contained in:
parent
db964a33a1
commit
9aeaf730ad
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class RTVEALaCartaIE(InfoExtractor):
|
|||
|
||||
_TEST = {
|
||||
'url': 'http://www.rtve.es/alacarta/videos/balonmano/o-swiss-cup-masculina-final-espana-suecia/2491869/',
|
||||
'md5': '18fcd45965bdd076efdb12cd7f6d7b9e',
|
||||
'md5': '1d49b7e1ca7a7502c56a4bf1b60f1b43',
|
||||
'info_dict': {
|
||||
'id': '2491869',
|
||||
'ext': 'mp4',
|
||||
|
|
Loading…
Reference in a new issue