logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 740a7fcbc8673a8edcfc9ebdab967ccb99fb8c08
parent 5fbf25a681c2f7f6f3470e783fcac65b7c7c339d
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu,  8 Jan 2015 17:11:17 +0100

[gdcvault] Skip test that is now restricted

Diffstat:

Myoutube_dl/extractor/gdcvault.py3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/gdcvault.py b/youtube_dl/extractor/gdcvault.py @@ -39,7 +39,8 @@ class GDCVaultIE(InfoExtractor): 'id': '1015301', 'ext': 'flv', 'title': 'Thexder Meets Windows 95, or Writing Great Games in the Windows 95 Environment', - } + }, + 'skip': 'Requires login', } ]