mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-26 10:24:33 +01:00
bad idention
This commit is contained in:
parent
c21a7afae1
commit
29ea135e0a
@ -57,7 +57,7 @@ class NetEaseMusicBaseIE(InfoExtractor):
|
|||||||
'filesize': details.get('size'),
|
'filesize': details.get('size'),
|
||||||
'asr': details.get('sr')
|
'asr': details.get('sr')
|
||||||
})
|
})
|
||||||
return formats
|
return formats
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def convert_milliseconds(cls, ms):
|
def convert_milliseconds(cls, ms):
|
||||||
|
Loading…
Reference in New Issue
Block a user