Fix downloader.py output
This commit is contained in:
parent
e5a151ce99
commit
695ba0169c
@ -4,7 +4,8 @@ from config import settings
|
|||||||
import requests
|
import requests
|
||||||
|
|
||||||
def download_song(query: str):
|
def download_song(query: str):
|
||||||
output_template = os.path.join(settings.MUSIC_DIR, "%(title)s.%(ext)s")
|
output_template = os.path.join(settings.MUSIC_DIR, "%(artist)s/%(album)s/%(title)s.%(ext)s")
|
||||||
|
|
||||||
|
|
||||||
command = [
|
command = [
|
||||||
"yt-dlp",
|
"yt-dlp",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user