From: Sergey M․ Date: Mon, 3 Nov 2014 13:14:18 +0000 (+0700) Subject: [trutube] Strip title X-Git-Tag: 2014.11.04~16 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=fdca55fe34a6d120c597641472856a296f1e80db;p=youtube-dl.git [trutube] Strip title --- diff --git a/youtube_dl/extractor/trutube.py b/youtube_dl/extractor/trutube.py index a73f3c43a2..e7b79243a8 100644 --- a/youtube_dl/extractor/trutube.py +++ b/youtube_dl/extractor/trutube.py @@ -29,7 +29,7 @@ class TruTubeIE(InfoExtractor): # filehd is always 404 video_url = xpath_text(config, './file', 'video URL', fatal=True) - title = xpath_text(config, './title', 'title') + title = xpath_text(config, './title', 'title').strip() thumbnail = xpath_text(config, './image', ' thumbnail') return {