소스 검색

[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):