summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-04-11 02:14:31 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-04-11 02:14:31 +0200
commit3ab34c603ecf948ccff93948c678c335960eb0c7 (patch)
tree8f72d13f60528fe63d60ddbc7fd467be435159b4
parent7d6413341af55b4aaeffb93a8c87be26c7df5265 (diff)
downloadyoutube-dl-3ab34c603ecf948ccff93948c678c335960eb0c7.tar.gz
youtube-dl-3ab34c603ecf948ccff93948c678c335960eb0c7.tar.xz
youtube-dl-3ab34c603ecf948ccff93948c678c335960eb0c7.zip
[comedycentral] Fix test md5sum
-rw-r--r--youtube_dl/extractor/comedycentral.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/comedycentral.py b/youtube_dl/extractor/comedycentral.py
index c5203a273..0c22ff786 100644
--- a/youtube_dl/extractor/comedycentral.py
+++ b/youtube_dl/extractor/comedycentral.py
@@ -21,7 +21,7 @@ class ComedyCentralIE(MTVServicesInfoExtractor):
 
     _TEST = {
         'url': 'http://www.comedycentral.com/video-clips/kllhuv/stand-up-greg-fitzsimmons--uncensored---too-good-of-a-mother',
-        'md5': '4167875aae411f903b751a21f357f1ee',
+        'md5': 'c4f48e9eda1b16dd10add0744344b6d8',
         'info_dict': {
             'id': 'cef0cbb3-e776-4bc9-b62e-8016deccb354',
             'ext': 'mp4',