Git Product home page Git Product logo

Comments (7)

alexandrus21a avatar alexandrus21a commented on September 1, 2024

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

from savify.

FGameCZ avatar FGameCZ commented on September 1, 2024

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.

from savify.

alexandrus21a avatar alexandrus21a commented on September 1, 2024

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, 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 them
regex = r"^((artist|album|playlist)(\/(artist|album|playlist))*)+$"
Finally save file as cli.py and smile.

from savify.

FGameCZ avatar FGameCZ commented on September 1, 2024

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.

from savify.

FGameCZ avatar FGameCZ commented on September 1, 2024

I have tried using python version and it works! Thank you.

from savify.

FGameCZ avatar FGameCZ commented on September 1, 2024

Sorry, but I just thought it is working. It just downloaded songs to folder "album" in folder "artist". Any other ideas?

from savify.

LaurenceRawlings avatar LaurenceRawlings commented on September 1, 2024

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.

from savify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.