Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not work on windows #6

Open
KraXen72 opened this issue Nov 2, 2023 · 3 comments
Open

does not work on windows #6

KraXen72 opened this issue Nov 2, 2023 · 3 comments

Comments

@KraXen72
Copy link

KraXen72 commented Nov 2, 2023

it does not work on windows, even though i added windows binaries in the same folder, downloaded the mpd manifest and fed it like this:

python ./web-dl.py -u D:/coding/python/web-dl/manifest-mpd.mpd -o test.mkv

if you want the specific manifest for testing, dm me on discord kraxen72

the error is:
image

but i think it's due to the script calling linux-only commands that it doesen't work

@iWas-Coder
Copy link
Owner

Hello! Thanks for opening the issue, it helps a lot!

As for the problem, for what I can see on the screenshot, the program does not accept local files (yet), so the MPD manifest (xml) must be somewhere in the local/global network (e.g. Internet).

@KraXen72
Copy link
Author

KraXen72 commented Nov 3, 2023

i also tried it with an url, got the same error. i won't post the mainfest here, as it's paid content, but i can provide it for testing via discord (kraxen72)
it would be also good to support the following:

  • a config file
  • an option to speficy the ffmpeg path
  • an option to specify mp4decryptor path

so i don't have to add them to path on windows

@iWas-Coder
Copy link
Owner

Working already on a fix to replace specific commands by platform agnostic ones.
Also tackling the binary paths for both ffmpeg and mp4decryptor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@KraXen72 @iWas-Coder and others