diff options
Diffstat (limited to 'youtube_dl')
| -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,  | 
