diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-21 12:14:06 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-21 12:14:07 +0200 |
commit | 9aeaf730ad712aed29d241d4e6655b8e5fee1d47 (patch) | |
tree | 1c6bf31678e4fd383a6c0699adedc8bd1f5cdd3f /youtube_dl | |
parent | db964a33a1c8ec0449fe2e39cf8d5de70daaffc2 (diff) |
[rtve] Fix md5sum
Looks like these guys reencoded the video.
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/rtve.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rtve.py b/youtube_dl/extractor/rtve.py index 77fd08dde..c2228b2f0 100644 --- a/youtube_dl/extractor/rtve.py +++ b/youtube_dl/extractor/rtve.py @@ -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', |