youtube-dl

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

commit 41c0849429649bd09381ae0db0535c300a5f4af0
parent a4e5af11844fc6d5f737e45a8a94067ccb7d5bc1
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 23 Jul 2014 01:38:07 +0200

[savefrom] Make test description more flexible

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

diff --git a/youtube_dl/extractor/savefrom.py b/youtube_dl/extractor/savefrom.py @@ -20,7 +20,7 @@ class SaveFromIE(InfoExtractor): 'upload_date': '20120816', 'uploader': 'Howcast', 'uploader_id': 'Howcast', - 'description': 'md5:727900f130df3dc9a25e2721497c7910', + 'description': 're:(?s).* Hi, my name is Rene Dreifuss\. And I\'m here to show you some MMA.*', }, 'params': { 'skip_download': True