youtube-dl

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

commit 38d05d17e54ead57eefd7b33c5ff261f127315a8
parent db9bd5267f31225fb149b11941bf89818eacf4f7
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sat,  5 Dec 2015 21:10:26 +0800

[fc2] Fix test_FC2_1

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

diff --git 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,