diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-17 00:06:41 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-17 00:06:41 +0100 |
commit | 7af808a5ef4cc17ca30c8c4636660589e0e915ec (patch) | |
tree | 013daad2c72dec20b2bb19ab9121eec189ca37a1 /youtube_dl/extractor/cspan.py | |
parent | 876bef5937526c6132fc22fab461d41bbf79014b (diff) |
Improve code style
Diffstat (limited to 'youtube_dl/extractor/cspan.py')
-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 541106684..955119d40 100644 --- a/youtube_dl/extractor/cspan.py +++ b/youtube_dl/extractor/cspan.py @@ -27,7 +27,6 @@ class CSpanIE(InfoExtractor): 'url': 'http://www.c-span.org/video/?c4486943/cspan-international-health-care-models', # For whatever reason, the served video alternates between # two different ones - #'md5': 'dbb0f047376d457f2ab8b3929cbb2d0c', 'info_dict': { 'id': '340723', 'ext': 'mp4', |