When trying to download mp3 and use a custom quality I get and int() error.
Only when use quality=Quality.BEST I get the mp3 without error, but the bitrate is 124kbps in all the mp3 songs.
What I Did
s = Savify(api_credentials=("user","pass"), download_format='mp3', quality=Quality.Q256K, output_path=Path(C:\Users\name\Desktop), group='%album%')
s.download(link)
ERROR: invalid literal for int() with base 10: '256K'
Description
When trying to download mp3 and use a custom quality I get and int() error. Only when use quality=Quality.BEST I get the mp3 without error, but the bitrate is 124kbps in all the mp3 songs.
What I Did
ERROR: invalid literal for int() with base 10: '256K'