nimiology / spotify_downloader_telegram__bot

This Python script allows you to download songs from Spotify withTelegram bot
MIT License
144 stars 155 forks source link

MP3 instead of WebM #10

Closed CLykus closed 2 years ago

CLykus commented 2 years ago

Hello! When a file downloading is finished, I have a WebM file. Of course, I can rename the file (song*webm -> song*mp3, but it will be incorrect. If I converted the file, quality of file would be worse. Can I replace something in main.py or spotify.py for download MP3 files?

nimiology commented 2 years ago

change the mp3 in this line in spotify.py to whatever you want 'preferredcodec': 'mp3',

CLykus commented 2 years ago

I will try it.