projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a347a0d
)
[huajiao] Coding style
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 15 Oct 2016 06:53:53 +0000
(14:53 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 15 Oct 2016 06:53:53 +0000
(14:53 +0800)
youtube_dl/extractor/huajiao.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/huajiao.py
b/youtube_dl/extractor/huajiao.py
index 005b8068f1ffbab1a7c1f533e815a5808669ccb9..c17cbb624a29778cb6c312265691a0f124feaff9 100644
(file)
--- a/
youtube_dl/extractor/huajiao.py
+++ b/
youtube_dl/extractor/huajiao.py
@@
-1,8
+1,11
@@
# coding: utf-8
from __future__ import unicode_literals
-from ..utils import parse_duration, parse_iso8601
from .common import InfoExtractor
+from ..utils import (
+ parse_duration,
+ parse_iso8601,
+)
class HuajiaoIE(InfoExtractor):