diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-08 17:11:17 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-08 18:03:29 +0100 |
commit | 740a7fcbc8673a8edcfc9ebdab967ccb99fb8c08 (patch) | |
tree | 0f8eaaa554bac7055da6356effe489b6ccedf4bd /youtube_dl | |
parent | 5fbf25a681c2f7f6f3470e783fcac65b7c7c339d (diff) |
[gdcvault] Skip test that is now restricted
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/gdcvault.py | 3 |
1 files changed, 2 insertions, 1 deletions
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', } ] |