youtube-dl

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

commit 6009b69f81ce7320a69baf1172a61e7e36ea8096
parent 3d6047113ceade1c3588b46fa6a65ee360643b02
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 27 Oct 2014 00:15:42 +0100

[vgtv] Fix test title

Diffstat:
Myoutube_dl/extractor/vgtv.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/vgtv.py b/youtube_dl/extractor/vgtv.py @@ -17,7 +17,7 @@ class VGTVIE(InfoExtractor): 'info_dict': { 'id': '84196', 'ext': 'mp4', - 'title': 'Hevnen er søt episode 10: Abu', + 'title': 'Hevnen er søt episode 1:10 - Abu', 'description': 'md5:e25e4badb5f544b04341e14abdc72234', 'thumbnail': 're:^https?://.*\.jpg', 'duration': 648.000,