diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-10-27 00:44:27 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-10-27 00:44:27 +0100 |
commit | 2e9ff8f36284c43d9f98e19fa58e10ce5bd5eece (patch) | |
tree | 9a54d85c615846af03edc5a22337a5f912aae412 | |
parent | 640743233389714dda8a3ccb01cf7335e7b43c37 (diff) |
[gorillavid] Fix test title
-rw-r--r-- | youtube_dl/extractor/gorillavid.py | 4 |
1 files changed, 2 insertions, 2 deletions
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, |