projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb6e387
)
[hearthisat] Correct error message
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 22 Jan 2015 17:15:04 +0000
(18:15 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 22 Jan 2015 17:15:04 +0000
(18:15 +0100)
youtube_dl/extractor/hearthisat.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/hearthisat.py
b/youtube_dl/extractor/hearthisat.py
index d83072c1ac2123628f9dfef0b73d616b1642d760..a19b31ac0605392b044ca14fad4ffa4e4752b281 100644
(file)
--- a/
youtube_dl/extractor/hearthisat.py
+++ b/
youtube_dl/extractor/hearthisat.py
@@
-75,7
+75,7
@@
class HearThisAtIE(InfoExtractor):
formats = []
mp3_url = self._search_regex(
r'(?s)<a class="player-link"\s+(?:[a-zA-Z0-9_:-]+="[^"]+"\s+)*?data-mp3="([^"]+)"',
- webpage, '
title
', fatal=False)
+ webpage, '
mp3 URL
', fatal=False)
if mp3_url:
formats.append({
'format_id': 'mp3',