summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-10-27 00:44:27 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-10-27 00:44:27 +0100
commit2e9ff8f36284c43d9f98e19fa58e10ce5bd5eece (patch)
tree9a54d85c615846af03edc5a22337a5f912aae412
parent640743233389714dda8a3ccb01cf7335e7b43c37 (diff)
downloadyoutube-dl-2e9ff8f36284c43d9f98e19fa58e10ce5bd5eece.tar.gz
youtube-dl-2e9ff8f36284c43d9f98e19fa58e10ce5bd5eece.tar.xz
youtube-dl-2e9ff8f36284c43d9f98e19fa58e10ce5bd5eece.zip
[gorillavid] Fix test title
-rw-r--r--youtube_dl/extractor/gorillavid.py4
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,