[sportbox:embed] Relax thumbnail
[youtube-dl] / youtube_dl / extractor / sportbox.py
index a869a1b25aae6ef50208c4082b87353cf025591c..8686f9d11fa3178eefe3eb71fe5a1413e729beeb 100644 (file)
@@ -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,