From: Sergey M․ Date: Fri, 15 May 2015 17:09:10 +0000 (+0600) Subject: [sportbox:embed] Relax thumbnail X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ef28a6cb26630f8f198a72eee34a2b5c8bd2f802;p=youtube-dl [sportbox:embed] Relax thumbnail --- diff --git a/youtube_dl/extractor/sportbox.py b/youtube_dl/extractor/sportbox.py index a869a1b25..8686f9d11 100644 --- a/youtube_dl/extractor/sportbox.py +++ b/youtube_dl/extractor/sportbox.py @@ -113,7 +113,7 @@ class SportBoxEmbedIE(InfoExtractor): thumbnail = self._search_regex( r'sportboxPlayer\.jwplayer_common_params\.image\s*=\s*"([^"]+)"', - webpage, 'thumbnail', fatal=False) + webpage, 'thumbnail', default=None) return { 'id': video_id,