You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in a new installation, I got webm in,stead of mp3.
So I changed a line in web3mp3.py : 58: command = 'youtube-dl {0} -x --extract-audio --audio-format mp3 -o "{1}/%(title)s.%(ext)s"'.format(url, FILES_LOCATION)
And it works
The text was updated successfully, but these errors were encountered:
Hi, in a new installation, I got webm in,stead of mp3.
So I changed a line in web3mp3.py :
58: command = 'youtube-dl {0} -x --extract-audio --audio-format mp3 -o "{1}/%(title)s.%(ext)s"'.format(url, FILES_LOCATION)
And it works
The text was updated successfully, but these errors were encountered: