Closed FGameCZ closed 3 years ago
if /i "%envrimet%" == "2" savify "%url%" -q 192k -f mp3 -o "D:/ЗАГРУЗКИ/ytmdl" -g "artist/album"
and work for me. I think author fix this problem
Hi, i have a same problem and delete from code %
if /i "%envrimet%" == "2" savify "%url%" -q 192k -f mp3 -o "D:/ЗАГРУЗКИ/ytmdl" -g "artist/album"
and work for me. I think author fix this problem
Hi, thank you for answering me, but deleting "%" from code doesn't work for me.
Hi, i have a same problem and delete from code %
if /i "%envrimet%" == "2" savify "%url%" -q 192k -f mp3 -o "D:/ЗАГРУЗКИ/ytmdl" -g "artist/album"
and work for me. I think author fix this problemHi, thank you for answering me, but deleting "%" from code doesn't work for me.
Hi, maybe I forgot to say where to remove%
you need to open this file \path-to-python\Lib\site-packages\savify\ and open the cli.py and change line 32
regex = r"^((artist|album|%playlist%)(\/(artist|album|%playlist%))*)+$"
If you want to download song with playlist int bat use themregex = r"^((artist|album|playlist)(\/(artist|album|playlist))*)+$"
Finally save file as cli.py and smile.
Hi, Thanks for replying me. It didn't work for me, but I think, that I know where is the problem. I am using savify.exe.
I have tried using python version and it works! Thank you.
Sorry, but I just thought it is working. It just downloaded songs to folder "album" in folder "artist". Any other ideas?
I'm not sure which version you were using but this has been fixed in the latest version. The problem was that the %'s were missing, not that they should've been removed. Feel free to reopen if this is still an issue for you.
Description
I tried to make a .bat file to make downloading easier, but it didn't work.
I made a .bat file looking like this:
Thanks