Browse Source

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

Philipp Hagemeister 12 years ago
parent
commit
72ca05016d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/InfoExtractors.py

+ 1 - 1
youtube_dl/InfoExtractors.py

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