summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-31 21:05:37 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-31 21:05:37 +0600
commit52dfb7ffe2efdd223872bfe020ddaa25b89a94f9 (patch)
treec5f5a177e44902e9ab7155139d158133fa64f734
parent93462856e107237f85295357f978f2207d15723c (diff)
downloadyoutube-dl-52dfb7ffe2efdd223872bfe020ddaa25b89a94f9.tar.gz
youtube-dl-52dfb7ffe2efdd223872bfe020ddaa25b89a94f9.tar.xz
youtube-dl-52dfb7ffe2efdd223872bfe020ddaa25b89a94f9.zip
[fc2] Add test for #3171
-rw-r--r--youtube_dl/extractor/fc2.py3
1 files changed, 3 insertions, 0 deletions
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):