X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fgoogledrive.py;h=37be34091895392b014a8fe2167d9c708ca60e71;hb=d77ab8e255e593d8534bdd47e84c0cc03c4e6efd;hp=f354c9c7aa3f43a1aed6c04afb60fe5a9d8c434b;hpb=5b251628e9f45c89c1becb3f62c4212874eb74ea;p=youtube-dl.git diff --git a/youtube_dl/extractor/googledrive.py b/youtube_dl/extractor/googledrive.py index f354c9c7a..37be34091 100644 --- a/youtube_dl/extractor/googledrive.py +++ b/youtube_dl/extractor/googledrive.py @@ -82,7 +82,7 @@ class GoogleDriveIE(InfoExtractor): return { 'id': video_id, 'title': title, - 'thumbnail': self._og_search_thumbnail(webpage), + 'thumbnail': self._og_search_thumbnail(webpage, default=None), 'duration': duration, 'formats': formats, }