From 52dfb7ffe2efdd223872bfe020ddaa25b89a94f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Mon, 31 Aug 2015 21:05:37 +0600 Subject: [PATCH] [fc2] Add test for #3171 --- youtube_dl/extractor/fc2.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youtube_dl/extractor/fc2.py b/youtube_dl/extractor/fc2.py index 1c6dc5bd9..2443846c8 100644 --- a/youtube_dl/extractor/fc2.py +++ b/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): -- 2.30.2