Giter Site home page Giter Site logo

Comments (2)

bahdahbadha avatar bahdahbadha commented on May 30, 2024

I've figured out the issue! The creator I was trying to download from has a space at the end of their name which tries to make it into the path when downloading. This obviously means that the download path is unable to be found since well... Windows doesn't support spaces at the end of a path!

i.e. blah/blah /blah isn't supported as a valid path and when folders or files with spaces at the end are made they automatically turn into spaceless versions.
(so a/b /c attempts to make a/b / which turns into a/b/ which then means that a/b /c is unable to be found)

I figured this out because this other patreon downloader [https://chromewebstore.google.com/detail/patreon-downloader/fmhpbbdpdhjkpbklloabkncldkmggaik] allows one to manually set the folder name. This automatic folder name (which usually is the patreon account you're downloading from) also had a space at the end of it. This implies to me that while the creator was setting their name that they accidentally left a space at the end.

However, highlighting their name in the page itself doesn't show this space at all? Further, this space isnt in the url either (because urls dont support spaces at all). I wonder why Patreon allowed their name to have a "hidden" space at the end at all, or how both tools (this and the other patreon downloader) is scraping this information whilst Patreon themselves are seemingly ignoring it (and therefore should've automatically removed it).

I am willing to share the patreon I was attempting to download from if needed (although I'd rather it be private).

from patreondownloader.

TheSonic03 avatar TheSonic03 commented on May 30, 2024

Same issue.
I resolved this by adding "--download-directory c:\downloads" for download the file in a specific folder.
It's a workaround but it work.

from patreondownloader.

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.