浏览代码

[fc2] Add test for #3171

Sergey M․ 10 年之前
父节点
当前提交
52dfb7ffe2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      youtube_dl/extractor/fc2.py

+ 3 - 0
youtube_dl/extractor/fc2.py

@@ -37,6 +37,9 @@ class FC2IE(InfoExtractor):
             'password': '(snip)',
             'skip': 'requires actual password'
         }
+    }, {
+        'url': 'http://video.fc2.com/en/a/content/20130926eZpARwsF',
+        'only_matching': True,
     }]
 
     def _login(self):