1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-25 08:10:31 +01:00

[sportbox:embed] Relax thumbnail

This commit is contained in:
Sergey M․ 2015-05-15 23:09:10 +06:00
parent 1436a6835e
commit ef28a6cb26

View 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,