mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-16 18:42:38 +09:00
[neteasemusic] PEP8
This commit is contained in:
parent
b29280285e
commit
15830339ef
@ -52,7 +52,7 @@ class NetEaseMusicBaseIE(InfoExtractor):
|
||||
|
||||
@classmethod
|
||||
def convert_milliseconds(cls, ms):
|
||||
return int(round(ms/1000.0))
|
||||
return int(round(ms / 1000.0))
|
||||
|
||||
def query_api(self, endpoint, video_id, note):
|
||||
req = compat_urllib_request.Request('%s%s' % (self._API_BASE, endpoint))
|
||||
|
Loading…
Reference in New Issue
Block a user