youtube-dl

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

commit 9c14fe96811a54788f5173fd341aa71d49511e52
parent e705755739e32779ef819370124d78981b04414c
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Mon,  6 Feb 2017 00:24:36 +0800

[gaskrank] Minor change and update ChangeLog after #11685

Diffstat:
MChangeLog | 1+
Myoutube_dl/extractor/gaskrank.py | 10++++++----
2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,6 +1,7 @@ version <unreleased> Extractors ++ [gaskrank] Add new extractor (#11685) * [bandcamp] Fix extraction for incomplete albums (#11727) * [iwara] Fix extraction (#11781) * [googledrive] Fix extraction on Python 3.6 diff --git a/youtube_dl/extractor/gaskrank.py b/youtube_dl/extractor/gaskrank.py @@ -3,10 +3,12 @@ from __future__ import unicode_literals import re from .common import InfoExtractor -from ..utils import float_or_none -from ..utils import int_or_none -from ..utils import js_to_json -from ..utils import unified_strdate +from ..utils import ( + float_or_none, + int_or_none, + js_to_json, + unified_strdate, +) class GaskrankIE(InfoExtractor):