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
The code below removes everything after the rightmost dot (.) and appends ".mp3" behind the file name. This works for even titles with dot in the name.
I changed line 24 from -3 to -4 and worked.
new_filename = default_filename[0:-4] + "mp3"
The text was updated successfully, but these errors were encountered: