diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-31 21:05:37 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-31 21:05:37 +0600 |
commit | 52dfb7ffe2efdd223872bfe020ddaa25b89a94f9 (patch) | |
tree | c5f5a177e44902e9ab7155139d158133fa64f734 /youtube_dl/extractor | |
parent | 93462856e107237f85295357f978f2207d15723c (diff) |
[fc2] Add test for #3171
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/fc2.py | 3 |
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): |