diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-05 21:10:26 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-05 21:10:26 +0800 |
commit | 38d05d17e54ead57eefd7b33c5ff261f127315a8 (patch) | |
tree | 97156d0eb6e050f5fe99aad15626ddf806c7c0f8 /youtube_dl/extractor/fc2.py | |
parent | db9bd5267f31225fb149b11941bf89818eacf4f7 (diff) |
[fc2] Fix test_FC2_1
Diffstat (limited to 'youtube_dl/extractor/fc2.py')
-rw-r--r-- | youtube_dl/extractor/fc2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/fc2.py b/youtube_dl/extractor/fc2.py index 92e8c571f..4c81271d3 100644 --- a/youtube_dl/extractor/fc2.py +++ b/youtube_dl/extractor/fc2.py @@ -37,8 +37,8 @@ class FC2IE(InfoExtractor): 'params': { 'username': 'ytdl@yt-dl.org', 'password': '(snip)', - 'skip': 'requires actual password' - } + }, + 'skip': 'requires actual password', }, { 'url': 'http://video.fc2.com/en/a/content/20130926eZpARwsF', 'only_matching': True, |