[Attachment 85819 - Click to enlarge] it works but I'm not on vpn
+ Reply to Thread
Results 1,411 to 1,440 of 1799
-
Thanks, definitely (Nord?) VPN related as I had to go through 6 or 7 endpoint servers before it would let me do it.
Maybe Channel5 have beefed up their proxy detection. -
-
Channel5 seem very strong on proxy detection so i always run with --no-proxy and use smartdns. But also subititles are nearly always failing as well
ive moved back to freevine for them, never misses -
-
Hi,
Currently getting this from all services except iPlayer:
[Attachment 85899 - Click to enlarge]
As far as I can tell I've set everything up right, but clearly not. I'm running devine on Fedora 41.
Thanks -
Something wrong with either your Widevine device (wvd file) or configuration.
iPlayer does not use DRM so might explain why that works. -
The .wvd works ok with freevine so I guess that's fine. The service files are the ones from devine-services so I guess they're good too, so it must be something in the devine.yaml file? I've not changed anything else.
**
Looks like it was a formatting error in the devine.yaml, thanks SaintyUK.Last edited by pseudopath; 4th Mar 2025 at 04:23.
-
Is there any way to not check at all for captions? Even with -V -A (see command at top of window) devine still checks for closed captions.
[Attachment 85975 - Click to enlarge]
EDIT: Bit of a brute force way, but commenting out lines 577-615 in dl.py in the pip package completely disables the closed caption part of the code. -V -A must be broken.Last edited by SirBacon; 7th Mar 2025 at 15:46.
-
Hey, does anyone know if it is possible to get Devine to mux to MP4 format instead of MKV ?
It was possible to do exactly that using Freevine, simply by using command "--format mp4", but I do not see such an option in Devine for some reason, is this option not available or something? -
Earlier in the thread, it's mentioned that Devine supports mkv only and not mp4.
But, if you must have it in mp4 ffmpeg can do it in one command and it does not need to be encoded again:
ffmpeg -i "input file name.mkv" -map 0 -c copy "output file name.mp4"
Depending on what OS you are using, it would be pretty simple to create a drop and drag or similar script to do it for you. -
When I am downloading from TubiTV I get the odd video that doesn't download and I get:
value error: A Chapter with the Timestamp 00:03:34.000 already exists
Thankfully I can get the episode with WidevineProxy2. -
-
Python 3.13.2 has a problem muxing BBC downloads with devine. Other UK services work fine.
I traced the error to the 'threading' import complaining about context.
Downgraded to python to 3.12 all working again -
It seems DSCP are rolling out changes to worldwide services to match those they made in the US about half a year ago. For example, show titles are now obfuscated. What used to be /show/richard-hammonds-workshop is now /show/f4734949-4e3f-3f3a-acb2-ca. There are new T&C to agree to on the website and it also requires new cookies.
Like Danker1990, I also cannot get the freshly baked cookies to work. Devine cache is clear, any US users remember what changes they had to make to get the service rolling again? -
Yeah I tried ffmpeg, it doesn't work at all, I just get the following error:
Code:[mp4 @ 000002289ee86740] Could not find tag for codec subrip in stream #2, codec not currently supported in container [out#0/mp4 @ 000002289ee7f2c0] Could not write header (incorrect codec parameters ?): Invalid argument Conversion failed!
-
-
I would really appreciate if someone who knows how to code a test module for devine can try making one for accessing PlutoTV streams in 1080p. (The 1080p encrypted streams are available for certain titles if you change /video/576p-1600/00001.m4s to /video/1080p-4500/00001.m4s in Chrome). I hope they don't require L1 wvd to get the keys.
For example Have Gun Will Travel (region locked for United States) season 5 episodes 23, 24, 25 have a 1080p stream. -
Is there some issue downloading from U(KTV)?
I'm using the latest updated services, but get this error:
Code:(env) C:\Bin\Stream\devine>devine dl uktv https://u.co.uk/shows/bergerac/series-1/episode-1/6368742244112 / __ \/ ____/ | / / _/ | / / ____/ / / / / __/ | | / // // |/ / __/ / /_/ / /___ | |/ // // /| / /___ /_____/_____/ |___/___/_/ |_/_____/ ⠀ v3.3.3 Copyright © 2019-2025 rlaphoenix https://github.com/devine-dl/devine Service Config loaded Loaded Cdm Widevine CDM: 4464 (L3) Loaded 1 Vaults ────────────────────────────── Service: UKTV ─────────────────────────────── Service is not Geoblocked in your region ───────────────────────────── Series: Bergerac ───────────────────────────── 1 Season, 1 Episode ──────────────────── Bergerac S01E01 Person of Interest ──────────────────── Cached 1 Key to 1/1 Vaults 1 Video └── [H.264, SDR] | en | 1920x1080 @ 4534 kb/s, 25.000 FPS ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • LICENSED 1 Audio └── [AAC] | en | 186 kb/s ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • LICENSED 1 Subtitle └── [VTT] | en ⠹ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • - 2 Chapters ├── 00:00:00.000 └── 00:45:31.320 | Credits Widevine(AAAAVnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADYIARIQUGDlu5LmRdGfh okstx/HERoNd2lkZXZpbmVfdGVzdCIIMTIzNDU2NzgyB2RlZmF1bHQ=) └── 5060e5bb92e645d19f86892cb71fc711:dd0716b3f4a7f9f6e1f19cde0e1a80a8* ❌ Download Failed... An unexpected error occurred in one of the download workers. See the error trace above for more information. (env) C:\Bin\Stream\devine>
-
I solved my issue. For the second time my devine.yaml file was corrupted. The aria2c section changed to:
Code:aria2c: max_concurrent_downloads: U:\
It's done this twice now ... no idea how. -
I am a new devine user and trying to set it up. When I run "devine env info" I am getting the below error. Could someone please help how I can fix it?
I have all the tools (aria2c.exe, mp4decrypt.exe, N_m3u8DL-RE.exe etc.) in C:\devine-3.3.3\binaries -
-
Thanks for responding! I didn't know that was required. So, I ran poetry env activate from C:\devine-3.3.3 folder. Then I ran activate.bat from C:\devine-3.3.3\.venv\Scripts and then tried running devine env info from (devine-py3.9) C:\devine-3.3.3\.venv but I still get the same error.
Not sure what am I doing wrong. -
Just at a guess, the error says it can't find n_m3u8dl_re in the downloaders folder
rename N_m3u8DL-RE.exe to n_m3u8dl_re.exe Windows may not give a flying hoot about case, but other systems do....
Also, just an asside. How have you installed this? Via github pull and poetry install or via pipx?
For ease of use, install via python pip
https://pypi.org/project/devine/
when installed, issue the command
Code:devine env info
Last edited by WhiskeyJack; 18th Mar 2025 at 13:11.
-
Thanks for your responses, @PunchDrunkL0ve & @WhiskeyJack!
So, I ran pip install devine and it shows that I already have it installed as a module/package see below.
Then when I ran devine env info I see the screen with Devine logo and paths listed.
After that, when I add different services (subfolders) in the C:\Users\amajgaon\AppData\Local\devine\services folder & run the devine env info again, I get an error (last image).Last edited by indianhacker; 20th Mar 2025 at 13:40. Reason: addition
-
I am noticing that some movies are not downloading with TubiTV on Devine:
" - Failed to obtain video resources. Check geography settings.
Title is available in: United States"
I have the VPN set for U.S. and other stuff is downloading but thankfully I have at least with a title such as "Battleship" with WidevineProxy2. I am curious if there is a remedy. I hope it isn't proxy stuff as I don't understand that. -
I tried to get to stabbedbybrick's services website and it doesn't go there it just stalls and quits. The Devine website page is up and working. I am having some trouble with CBC and I thought perhaps there was an updated service. Another things "open cookie" the add on for Chrome is no longer working.
-
The CDM Project github service seems to have been down for a few days.
Is there another host where I can get up-to-date versions of stabbedbybrick's devine services from?
Thanks. -
Depending on how long it is since you updated, you can use a wayback for a capture from 1st march 2025 to update.
https://web.archive.org/web/20250301214604/https://cdm-project.com/stabbedbybrick/devine-services
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