]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/utils.py
fix FunnyOrDieIE, MyVideoIE, TEDIE
[youtube-dl.git] / youtube_dl / utils.py
index 49af7d7c081e759d0e560bf81bb086ba601babe8..d366c417360a70678dac87a0567a3d96f3a97c74 100644 (file)
@@ -311,7 +311,7 @@ def clean_html(html):
     html = re.sub('<.*?>', '', html)
     # Replace html entities
     html = unescapeHTML(html)
-    return html
+    return html.strip()
 
 
 def sanitize_open(filename, open_mode):