Browse Source

[yahoo] Make thumbnail optional (Closes #3043)

master
Sergey M․ 10 years ago
parent
commit
6340716b3a
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/yahoo.py

2
youtube_dl/extractor/yahoo.py

@ -113,7 +113,7 @@ class YahooIE(InfoExtractor):
'title': meta['title'],
'formats': formats,
'description': clean_html(meta['description']),
'thumbnail': meta['thumbnail'],
'thumbnail': meta.get('thumbnail'),
}

Loading…
Cancel
Save