1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-28 06:39:36 +00:00

Merge remote-tracking branch 'sagittarian/vimeo-no-desc'

This commit is contained in:
Philipp Hagemeister 2013-04-11 10:56:01 +02:00
commit 72ca05016d

View file

@ -1130,7 +1130,7 @@ class VimeoIE(InfoExtractor):
# Extract video description
video_description = get_element_by_attribute("itemprop", "description", webpage)
if video_description: video_description = clean_html(video_description)
else: video_description = ''
else: video_description = u''
# Extract upload date
video_upload_date = None