mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
added mp3 conversion
This commit is contained in:
@@ -2,7 +2,6 @@ import mechanize
|
|||||||
from bs4 import BeautifulSoup as soup
|
from bs4 import BeautifulSoup as soup
|
||||||
import pafy
|
import pafy
|
||||||
import os
|
import os
|
||||||
import ffmpy
|
|
||||||
|
|
||||||
if not os.path.exists("Music"):
|
if not os.path.exists("Music"):
|
||||||
os.makedirs("Music")
|
os.makedirs("Music")
|
||||||
|
|||||||
Reference in New Issue
Block a user