mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-16 01:25:06 +00:00
[fc2] Fix test_FC2_1
This commit is contained in:
parent
db9bd5267f
commit
38d05d17e5
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ class FC2IE(InfoExtractor):
|
||||||
'params': {
|
'params': {
|
||||||
'username': 'ytdl@yt-dl.org',
|
'username': 'ytdl@yt-dl.org',
|
||||||
'password': '(snip)',
|
'password': '(snip)',
|
||||||
'skip': 'requires actual password'
|
},
|
||||||
}
|
'skip': 'requires actual password',
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://video.fc2.com/en/a/content/20130926eZpARwsF',
|
'url': 'http://video.fc2.com/en/a/content/20130926eZpARwsF',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
|
Loading…
Reference in a new issue