1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

bad idention

This commit is contained in:
hex3c 2019-03-09 11:39:04 +00:00 committed by GitHub
parent c21a7afae1
commit 29ea135e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ class NetEaseMusicBaseIE(InfoExtractor):
'filesize': details.get('size'),
'asr': details.get('sr')
})
return formats
return formats
@classmethod
def convert_milliseconds(cls, ms):