Coder Social home page Coder Social logo

Comments (7)

josephcappadona avatar josephcappadona commented on July 2, 2024

I'm not an expert on Windows, but try

downloadm3u8 https://example.com/123-456-abc/video.m3u8 -o E:\"Test Url"\Test.mp4 --tempdir E:\"Test Url"\

Does that work?

from m3u8downloader.

kucingkembar avatar kucingkembar commented on July 2, 2024

m3u8downloader: error: unrecognized arguments: Url"\Test.mp4 --tempdir E:"Test Url"\

from m3u8downloader.

josephcappadona avatar josephcappadona commented on July 2, 2024

ChatGPT suggests this:

Try escaping the spaces in your file path using the caret symbol ^ in Windows command line. Your command would look like this:

downloadm3u8 https://example.com/123-456-abc/video.m3u8 -o E:\Test^ Url\Test.mp4 --tempdir E:\Test^ Url\

Alternatively, replace the spaces with %20, which is the URL encoding for a space character:

downloadm3u8 https://example.com/123-456-abc/video.m3u8 -o E:\Test%20Url\Test.mp4 --tempdir E:\Test%20Url\

from m3u8downloader.

kucingkembar avatar kucingkembar commented on July 2, 2024

the ^ do not work,
but the %20 working,
i just need add .replace(" ","%20") in the path,
thank you mate

from m3u8downloader.

kucingkembar avatar kucingkembar commented on July 2, 2024

additional result :
the result folder from E:\Test%20Url\Test.mp4,
literally E:\Test%20Url\Test.mp4
not equal to E:\Test Url\Test.mp4

from m3u8downloader.

kucingkembar avatar kucingkembar commented on July 2, 2024

after i do some reserach, turn out, the problem in my side,
at --tempdir "E:\Test Url\", the Url\", or more correctly \" count as escape character,
so to make it work, you must type path without \" at the end line,
so it became like this --tempdir "E:\Test Url"
at this point, i am really sorry

from m3u8downloader.

josephcappadona avatar josephcappadona commented on July 2, 2024

No worries at all, glad you got it figured out!

from m3u8downloader.

Related Issues (5)

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.