logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: 9aeaf730ad712aed29d241d4e6655b8e5fee1d47
parent db964a33a1c8ec0449fe2e39cf8d5de70daaffc2
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 21 Jul 2014 12:14:06 +0200

[rtve] Fix md5sum

Looks like these guys reencoded the video.

Diffstat:

Myoutube_dl/extractor/rtve.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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',