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
[rtvnh] Make thumbnail optional
totalwebcasting
Sergey M․
10 years ago
parent
240ca32e57
commit
f196047832
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/rtvnh.py
+ 1
- 1
youtube_dl/extractor/rtvnh.py
View File
@ -35,6 +35,6 @@ class RTVNHIE(InfoExtractor):
return
{
'
id
'
:
video_id
,
'
title
'
:
meta
[
'
title
'
]
.
strip
(
)
,
'
thumbnail
'
:
meta
[
'
image
'
]
,
'
thumbnail
'
:
meta
.
get
(
'
image
'
)
,
'
formats
'
:
formats
}
Write
Preview
Loading…
Cancel
Save