diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-04-21 05:22:23 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-04-21 05:22:23 +0800 |
commit | da55dac047d63d48fd12247369b2fb858c4210ef (patch) | |
tree | 3dfaf526f5127e30c739e982bbe9ed6ed7b0a8a1 /youtube_dl | |
parent | 13a11b195ff00648ab5631db5b1ae7c46548c7fb (diff) |
[CSpan] Removed the md5 sum of CSpan_3
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/cspan.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/cspan.py b/youtube_dl/extractor/cspan.py index 6bebcc65c..d516b1402 100644 --- a/youtube_dl/extractor/cspan.py +++ b/youtube_dl/extractor/cspan.py @@ -48,7 +48,6 @@ class CSpanIE(InfoExtractor): }, { # Video from senate.gov 'url': 'http://www.c-span.org/video/?104517-1/immigration-reforms-needed-protect-skilled-american-workers', - 'md5': '7314c4b96dad66dd8e63dc3518ceaa6f', 'info_dict': { 'id': 'judiciary031715', 'ext': 'flv', |