From: Philipp Hagemeister Date: Thu, 8 Jan 2015 16:11:17 +0000 (+0100) Subject: [gdcvault] Skip test that is now restricted X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=740a7fcbc8673a8edcfc9ebdab967ccb99fb8c08;p=youtube-dl [gdcvault] Skip test that is now restricted --- diff --git a/youtube_dl/extractor/gdcvault.py b/youtube_dl/extractor/gdcvault.py index d453ec010..fed968f51 100644 --- 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', } ]