This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[googledrive] Make thumbnail optional (
Closes
#8629
)
totalwebcasting
Sergey M․
9 years ago
parent
1d00a8823e
commit
d69abbd3f0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/googledrive.py
+ 1
- 1
youtube_dl/extractor/googledrive.py
View File
@ -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
,
}
Write
Preview
Loading…
Cancel
Save