-
Notifications
You must be signed in to change notification settings - Fork 9
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
Using on Windows #7
Comments
I haven't looked into it yet, but it looks like curl cannot be found... |
What version of Windows are you on? |
I've done some changes to make it easier to get working on Windows. Look at the page about installation on Win again... Have tested on Win 10. Let me know how it goes! P.S. If your Kodi box is a Linux rig, checkout jwb-rpi... 😉 |
Windows 10.
New instructions worked great. Thanks so much.
…On Sat, Aug 19, 2017 at 4:02 PM, Alex ***@***.***> wrote:
What version of Windows are you on?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdosyJvEcfOMFIeZvMpKwWXY5hBWGEBsks5sZvkVgaJpZM4O5M3Y>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Brothers:
Sorry to be a pain but I am trying to get this working for an elderly brother in my hall. My plan is to download all the content and he can watch it on a loop in Kodi.
I have tried the instructions on Windows installation and have tried the sample text to download all Children videos but get the following errors:
downloading: pksjj_E_054_r720P.mp4 (Song 054 "This Is the Way")
Traceback (most recent call last):
File "jwb-index", line 71, in
jwb.download_all(os.path.join(wd, subdir))
File "C:\JWtv\jw-scripts\jwlib\parse.py", line 322, in download_all
media.file = self.download_media(media, wd)
File "C:\JWtv\jw-scripts\jwlib\parse.py", line 284, in download_media
_curl(media.url, file + '.part', rate_limit=self.rate_limit)
File "C:\JWtv\jw-scripts\jwlib\parse.py", line 422, in _curl
subprocess.call(proc, stderr=stderr)
File "C:\Users\luke\AppData\Local\Programs\Python\Python35\lib\subprocess.py", line 247, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\luke\AppData\Local\Programs\Python\Python35\lib\subprocess.py", line 676, in init
restore_signals, start_new_session)
File "C:\Users\luke\AppData\Local\Programs\Python\Python35\lib\subprocess.py", line 957, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Any idea what I have done wrong?
The text was updated successfully, but these errors were encountered: