[hearthisat] Correct error message
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 22 Jan 2015 17:15:04 +0000 (18:15 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 22 Jan 2015 17:15:04 +0000 (18:15 +0100)
youtube_dl/extractor/hearthisat.py

index d83072c1ac2123628f9dfef0b73d616b1642d760..a19b31ac0605392b044ca14fad4ffa4e4752b281 100644 (file)
@@ -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',