Browse Source

[fc2] Add test for #3171

totalwebcasting
Sergey M․ 9 years ago
parent
commit
52dfb7ffe2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      youtube_dl/extractor/fc2.py

+ 3
- 0
youtube_dl/extractor/fc2.py View File

@ -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):


Loading…
Cancel
Save