youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 52dfb7ffe2efdd223872bfe020ddaa25b89a94f9
parent 93462856e107237f85295357f978f2207d15723c
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 31 Aug 2015 21:05:37 +0600

[fc2] Add test for #3171

Diffstat:
Myoutube_dl/extractor/fc2.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/fc2.py b/youtube_dl/extractor/fc2.py @@ -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):