youtube-dl

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

commit b1b0b1ca3030a2b04dd94ec28d5ece3fda88a282
parent 3dee7826e7133fb4a73aa0aabaee78499e49264f
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 25 Jan 2015 18:14:59 +0100

[generic] Improve description testcase in rss test

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

diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py @@ -362,7 +362,7 @@ class GenericIE(InfoExtractor): 'info_dict': { 'id': 'http://phihag.de/2014/youtube-dl/rss2.xml', 'title': 'Zero Punctuation', - 'description': 're:' + 'description': 're:.*groundbreaking video review series.*' }, 'playlist_mincount': 11, },