aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/rtve.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-21 12:14:06 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-21 12:14:07 +0200
commit9aeaf730ad712aed29d241d4e6655b8e5fee1d47 (patch)
tree1c6bf31678e4fd383a6c0699adedc8bd1f5cdd3f /youtube_dl/extractor/rtve.py
parentdb964a33a1c8ec0449fe2e39cf8d5de70daaffc2 (diff)
downloadyoutube-dl-9aeaf730ad712aed29d241d4e6655b8e5fee1d47.tar.xz
[rtve] Fix md5sum
Looks like these guys reencoded the video.
Diffstat (limited to 'youtube_dl/extractor/rtve.py')
-rw-r--r--youtube_dl/extractor/rtve.py2
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',