mirror of
https://github.com/l1ving/youtube-dl
synced 2024-11-21 01:12:53 +08:00
[sportbox:embed] Relax thumbnail
This commit is contained in:
parent
1436a6835e
commit
ef28a6cb26
@ -113,7 +113,7 @@ class SportBoxEmbedIE(InfoExtractor):
|
|||||||
|
|
||||||
thumbnail = self._search_regex(
|
thumbnail = self._search_regex(
|
||||||
r'sportboxPlayer\.jwplayer_common_params\.image\s*=\s*"([^"]+)"',
|
r'sportboxPlayer\.jwplayer_common_params\.image\s*=\s*"([^"]+)"',
|
||||||
webpage, 'thumbnail', fatal=False)
|
webpage, 'thumbnail', default=None)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user