youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 80e98aed69102b0f300ac69001ab6ac64e2febec
parent 6a24cb3d22876826477dc2857f9d46fe65a9fc28
Author: remitamine <remitamine@gmail.com>
Date:   Sat, 26 Sep 2015 18:25:24 +0100

[keek] fix test title

Diffstat:
Myoutube_dl/extractor/keek.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/keek.py b/youtube_dl/extractor/keek.py @@ -14,8 +14,8 @@ class KeekIE(InfoExtractor): 'info_dict': { 'id': 'NODfbab', 'ext': 'mp4', - 'title': 'test chars: "\'/\\ä<>This is a test video for youtube-dl.For more information, contact phihag@phihag.de . - Video - Videos on Keek', - 'description': 'test chars: "\'/\\ä<>This is a test video for youtube-dl.For more information, contact phihag@phihag.de .', + 'title': 'test chars: "\'/\\\xe4<>This is a test video for youtube-dl.For more information, contact phihag@phihag.de . - Video - Videos on Keek', + 'description': 'md5:35d42050a3ece241d5ddd7fdcc6fd896', 'uploader': 'ytdl', 'uploader_id': 'eGT5bab', },