From: Philipp Hagemeister Date: Sun, 26 Oct 2014 23:44:27 +0000 (+0100) Subject: [gorillavid] Fix test title X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=2e9ff8f36284c43d9f98e19fa58e10ce5bd5eece;p=youtube-dl [gorillavid] Fix test title --- diff --git a/youtube_dl/extractor/gorillavid.py b/youtube_dl/extractor/gorillavid.py index 45cca1d24..e21e57510 100644 --- a/youtube_dl/extractor/gorillavid.py +++ b/youtube_dl/extractor/gorillavid.py @@ -46,9 +46,9 @@ class GorillaVidIE(InfoExtractor): 'info_dict': { 'id': '3rso4kdn6f9m', 'ext': 'mp4', - 'title': 'Micro Pig piglets ready on 16th July 2009', + 'title': 'Micro Pig piglets ready on 16th July 2009-bG0PdrCdxUc', 'thumbnail': 're:http://.*\.jpg', - }, + } }, { 'url': 'http://movpod.in/0wguyyxi1yca', 'only_matching': True,