From 655a74585b8790ffa10bb4cab1fdaac21c8379d1 Mon Sep 17 00:00:00 2001 From: mcjevans Date: Wed, 30 Nov 2016 21:08:41 -0500 Subject: [PATCH] Fixed test case for richannel.py --- youtube_dl/extractor/richannel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/richannel.py b/youtube_dl/extractor/richannel.py index b88a4ddbc..ea54e8f47 100644 --- a/youtube_dl/extractor/richannel.py +++ b/youtube_dl/extractor/richannel.py @@ -11,7 +11,7 @@ class RIChannelIE(InfoExtractor): _VALID_URL = r'http?://(?:www\.)?richannel\.org/(?P[-a-z0-9]+)' _TEST = { 'url': 'http://www.richannel.org/christmas-lectures-1991-richard-dawkins--waking-up-in-the-universe', - 'md5': 'd41d8cd98f00b204e9800998ecf8427e', + 'md5': '76170b1fe4eb12f5631d204a241b0bfe', 'info_dict': { 'id': 'christmas-lectures-1991-richard-dawkins--waking-up-in-the-universe', 'ext': 'mp4',