Browse Source

[fc2] Fix test_FC2_1

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
38d05d17e5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      youtube_dl/extractor/fc2.py

+ 2
- 2
youtube_dl/extractor/fc2.py View File

@ -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,


Loading…
Cancel
Save