浏览代码

[gdcvault] Skip test that is now restricted

Philipp Hagemeister 10 年之前
父节点
当前提交
740a7fcbc8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      youtube_dl/extractor/gdcvault.py

+ 2 - 1
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',
         }
     ]