aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblissland <blissland.house@googlemail.com>2015-05-15 12:28:10 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-05-15 14:12:52 +0200
commit15da7ce7fb89203247f4c959a748281ecf353e2a (patch)
treecf30127d41d82a6731ab65d562a21e1462ef8fd9
parente9eaf3fbcf497e76a55d2ba15d5880af83a065d4 (diff)
downloadyoutube-dl-15da7ce7fb89203247f4c959a748281ecf353e2a.tar.xz
Fix file format extraction regex and update test file checksum
-rw-r--r--youtube_dl/extractor/ccc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/ccc.py b/youtube_dl/extractor/ccc.py
index 2a5d4be18..6924eac70 100644
--- a/youtube_dl/extractor/ccc.py
+++ b/youtube_dl/extractor/ccc.py
@@ -16,7 +16,7 @@ class CCCIE(InfoExtractor):
_TEST = {
'url': 'http://media.ccc.de/browse/congress/2013/30C3_-_5443_-_en_-_saal_g_-_201312281830_-_introduction_to_processor_design_-_byterazor.html#video',
- 'md5': '205a365d0d57c0b1e43a12c9ffe8f9be',
+ 'md5': '3a1eda8f3a29515d27f5adb967d7e740',
'info_dict': {
'id': '20131228183',
'ext': 'mp4',
@@ -51,7 +51,7 @@ class CCCIE(InfoExtractor):
matches = re.finditer(r'''(?xs)
<(?:span|div)\s+class='label\s+filetype'>(?P<format>.*?)</(?:span|div)>\s*
- <a\s+href='(?P<http_url>[^']+)'>\s*
+ <a\s+download\s+href='(?P<http_url>[^']+)'>\s*
(?:
.*?
<a\s+href='(?P<torrent_url>[^']+\.torrent)'