]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/kuwo.py
Fix `--windows-filenames` removing `/` from UNIX paths
[yt-dlp.git] / youtube_dlc / extractor / kuwo.py
index cc5b2a1c177addf3465f2e9b2f65569f7617053b..460a4252f4e6a887973c5d3034dca729559f2f8a 100644 (file)
@@ -49,7 +49,7 @@ def _get_formats(self, song_id, tolerate_ip_deny=False):
                     'url': song_url,
                     'format_id': file_format['format'],
                     'format': file_format['format'],
-                    'preference': file_format['preference'],
+                    'quality': file_format['preference'],
                     'abr': file_format.get('abr'),
                 })