[gaskrank] Minor change and update ChangeLog after #11685
authorYen Chi Hsuan <yan12125@gmail.com>
Sun, 5 Feb 2017 16:24:36 +0000 (00:24 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sun, 5 Feb 2017 16:25:28 +0000 (00:25 +0800)
ChangeLog
youtube_dl/extractor/gaskrank.py

index 984191925d7a1bf87c6e4d78a019c767e53c80b3..62eef4a2ec085527ea93cafc4098b142a1070c15 100644 (file)
--- 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
index 972b47bf2d11e6cb13f20945c7bcc007257089f6..36ba7d8cf3961198b55454346f95f78a938717ff 100644 (file)
@@ -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):