I have no idea where or what my proxy script for Nord is - Is it in the Nord app, is it a setting my devine set up?
As for the copy and paste thing - Are you saying that I copy everything that you wrote, that is under the "try:" ? and paste it in place of everything you wrote above try ?[/QUOTE]
I'd say now would be the time to dig in and find out. CLI is relatively easy to work with as are python scripts, but if you don't dig into the files and see whats what you just gotta hope someone out there will fix it and share it. Which is why I like to dig into the scripts and fix what needs fixing.
And no it is not in your nord app, it is however a script in your devine folder, wherever you may have placed that, should be pretty easy to find just grep or if your on windows just search for nord in that devine folder and it should find it for you. And yes you copy everything i have over your current static methods for recommended_servers and get_countries (should be towards the bottom).
EDIT: whoops, forgot to also have you change this line
toCode:servers = sum(x["servers_count"] for x in self.countries)
[/QUOTE]Code:servers = sum(int(x.get("servers_count", 0)) for x in self.countries if isinstance(x.get("servers_count"), (int, float, str)) and str(x.get("servers_count")).isdigit())
Hi Thanks, just one more thing, are you talking about lines 39 and 122 ?
+ Reply to Thread
Results 1,531 to 1,560 of 1594
-
-
i did a re-install of devine and i may need help on an error i got when trying to download.
-
-
-
PlutoTV now isn't working on Freevine either and nobody will fix that but there is hope that the Devine version will be fixed.
I ran across on TUBI when trying to get Mr. Robot it does what it did with Tremors The Series. It says there is nothing to download. I might be able to get the episodes with WidevineProxy2 individualy so there is that. -
Pluto is working fine using Devine, I've just tested it.
[Attachment 86652 - Click to enlarge] -
[Attachment 86653 - Click to enlarge]
ok im getting irritated, before i reinstalled devine i got the same error for tubi, now im getting the same error, i installed the EXACT versions required for devine and it still gives me this annoying error. -
-
I am no expert. But i'd be looking at the modules that download stuff, to make sure they are all installed.
CCExtractor for extracting Closed Caption data like EIA-608 from video streams and converting as SRT.
FFmpeg (and ffprobe) for repacking/remuxing streams on specific services, and evaluating stream data.
MKVToolNix v54+ for muxing individual streams to an .mkv file.
shaka-packager for decrypting CENC-CTR and CENC-CBCS video and audio streams.
(optional) aria2(c) to use as a downloader.
Also check 'devine env info' that the paths look correct.
Post the errors you are getting.(if it tells you)
Are you using a vpn? Can you watch it in a browser, without errors? -
I think there is an obscure error in one of the python 3.13.2 packages. I had errors like this with a previously working devine setup after machine updated itself.
Eventually I reinstalled devine with its own venv using an older python (3.12) and it all worked again. My computer has had several updates since moving to python 3.13.3 and the original install of devine works once more. -
Just tested TUBI with devine and that is working.
But they have a weird numbering system for the particular show I chose.
I had to use '--list' command.
The show in question used s01e101 for the first episode! Instead of s01e01. -
I have two questions:
- can I queue downloads with this? I want to download dozens of movies from Tubi and I want to add them to a list in one go.
- is there a step by step installation tutorial for Windows? I've never used Python. I have it installed and I have the .whl, but I keep getting errors. -
Yes, just write a simple batch script to read a text file with all your movies in and download them. CHATGPT is very good for that.
There is a guide to install Devine here -
https://forum.videohelp.com/threads/416617-Semi-automated-guide-to-install-stabbedbybr...fork-of-Devine -
[Attachment 86672 - Click to enlarge]
idk how to see my errors, but this is what ts looks like on my end, plus i dont use a vpn -
I have just tried downloading the same episode and it works fine.
So, a couple more questions.
Is this the only service you are having problems with?
Where did you get your wvd from? (downloaded/created/extracted)
Looking at your envs file, I assume you are using windows.
Also it looks like it's failing and not downloading anything.
So open a command prompt in windows. cmd.exe
type:Code:pip list
-
-
Try this... save it as anything you want devine_automate.py for example. Edit the commands with your URL. When you want to run it just do python devine_automate.py or you may need to do python3 devine_automate.py. It should then run through all the URLs within that python file.
Code:import subprocess commands = [ "devine dl TUBI URL", "devine dl TUBI URL", "devine dl TUBI URL" ] for command in commands: process = subprocess.run(command, shell=True) if process.returncode != 0: print(f"Error executing: {command}") break
-
Is there a guide to set up the N_m3U8DL-RE branch of Devine? I still use Freevine as much as I can so I think this branch of Devine would be preferable to me. I notice a drop in speed in downloading PLUTO with Devine as opposed to Freevine and I miss that speed and Freevine was much more forgiving in a lot of ways when it comes to downloading. However I am grateful that Devine has a Pluto Service now that Freevine's version is defunct. Both programs are terrific and thank you once again to stabbedbybrick.
Ygramul: Yes it does take a lot of effort but it is worth it. -
-
First off thank you for what you have done. It does work but it looks like it is prioritizing dash over hls. I downloaded a file and it did not have lip sync issues but that doesn't happen with ever Pluto Dash download but it happens enough to prioritize hls over DASH.
I copied what you had in the respective text files and copied and replaced what was in the existing Freevine Pluto equivalents and that seemed to work for me.
Perhaps this conversation if it continues should go over the Freevine thread as I don't want to distract from Devine which is also a terrific program. -
-
[Attachment 86739 - Click to enlarge]
New install. Can anyone help me with error. Tried different vpn's but still same. Thank you. -
Hi there,
I am having trouble while downloading and it has been head scratching. Wondering if anyone could help to resolve this, thanks!
[Attachment 86746 - Click to enlarge] -
I have been able to get CBC working. It was a matter of getting a new Chrome Add On for getting cookies and then deleting a file named CBC in the Devine Cache folder. So it works fine though it is frustrating as it has a habit of dropping the download a fair bit. But with some additional effort you can archive what you want.
-
Hi All
I was trying to download a movie from Tubi and I get this error
No Widevine PSSH was found for this track, is it DRM free?
❌ Download Failed...
An unexpected error occurred in one of the download workers.
See the error trace above for more information.
Any suggestions? Please -
You know there is no drm on CBC content? Use n-m3u8re on the master.m3u8 found in the inspection console, under network.
Grab the url, edit it (change the desktop to smarttv) and it will grab most of what you need. Some additional work is needed (the 5.1 audio has to be concatinated. and the streams need to be muxed. But, hey it works.) -
-
-
There is no error trace -
──────────────────────── Deceptions (1990) ─────────────────────────────
No Widevine PSSH was found for this track, is it DRM free?
1 Video
└── [H.264, SDR] | en | 646x480 @ 1312 kb/s, 29.970 FPS
⠙ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- FAILED
1 Audio
└── [AAC] | en | 2.0 | 64 kb/s
⠙ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- SKIPPED
❌ Download Failed...
An unexpected error occurred in one of the download workers.
See the error trace above for more information. -
Seems to be working fine here
[Attachment 86789 - Click to enlarge]
[Attachment 86790 - Click to enlarge]
So, it seems the issue is at your end.
Devine was installed via which method? pipx is the recommended approach, I don't care what some other randm stranger on the web says, it IS SUPPOSED to be installed via pipx https://pypi.org/project/devine/2.2.0/
Code:pipx install devine
Similar Threads
-
How do I completely remove the music and sound effects from a movie?
By cns00 in forum EditingReplies: 1Last Post: 15th Jan 2024, 12:11 -
Which software can remove music from show but keep character dialogue?
By Mohamed61020 in forum AudioReplies: 6Last Post: 2nd Jul 2023, 21:32 -
Software for simple music videos?
By dewiclements in forum Software PlayingReplies: 3Last Post: 26th Jul 2022, 01:21 -
H.264 for archival and editing - no go?
By malling in forum Capturing and VCRReplies: 8Last Post: 19th Aug 2019, 23:51 -
Movie music too loud but dialogue too quiet fix needed
By hokkom in forum AudioReplies: 121Last Post: 4th May 2019, 08:51