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
YoutubeIE when no description is found use an empty unicode string (
closes
#800
)
rtmp_test
Jaime Marquínez Ferrándiz
12 years ago
parent
613bf66939
commit
69fc019f26
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/InfoExtractors.py
+ 1
- 1
youtube_dl/InfoExtractors.py
View File
@ -570,7 +570,7 @@ class YoutubeIE(InfoExtractor):
if
video_description
:
if
video_description
:
video_description
=
clean_html
(
video_description
)
video_description
=
clean_html
(
video_description
)
else
:
else
:
video_description
=
'
'
video_description
=
u
'
'
# subtitles
# subtitles
video_subtitles
=
None
video_subtitles
=
None
Write
Preview
Loading…
Cancel
Save