X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fgaskrank.py;h=36ba7d8cf3961198b55454346f95f78a938717ff;hb=d16f27ca272cb10f4de87814665402b9737175ab;hp=972b47bf2d11e6cb13f20945c7bcc007257089f6;hpb=e705755739e32779ef819370124d78981b04414c;p=youtube-dl.git diff --git a/youtube_dl/extractor/gaskrank.py b/youtube_dl/extractor/gaskrank.py index 972b47bf2..36ba7d8cf 100644 --- 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):