glomatico / gamdl

A Python CLI app for downloading Apple Music songs/music videos/posts.
587 stars 76 forks source link

cookies file not found at "cookies.txt" #90

Closed cakroqi223 closed 2 months ago

cakroqi223 commented 3 months ago

i have to import file cookies with same rule, and i place the .txt file in C:User/name/AppData/Roaming/Phyton/Phyton 312/site-packages/gamdl but if i run the gamdl the notification appears

is there something wrong with my method?

glomatico commented 3 months ago

You did not place the file on the current directory as the script expects. Either do that or manually set the path using the config file or the command line arguments.