A heads up when it comes to Baywatch on TubiTV you will find that season 7 episode 1 is an episode from an previous season. It was suppose to be "Shark Fever" but they have "If Looks Could Kill" instead. It turns out that Roku made the same exact error. So it is not the fault of Devine it is just a mistake on both the TubiTV and Roku websites.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 721 to 750 of 1799
-
-
Thanks Tom Saurus, it wasn't on my radar, but it does raise the question as to whether a universal thread for platform errors would be worthwhile?
-
Hi,
Not sure what I've done but now getting the following:
Service is not Geoblocked in your region
+ Using cached Tokens...
Authenticated with Service
{"code": 401, "message": "Token not valid"}
Any ideas? thanks. -
-
-
Next issue:
Using the default downloader to grab an episode that's already been licensed but the process bar doesn't move at all and the download never completes, although some segments are been written in the TMP folder. Aria2c gives me the same behaviour. Any suggestions? Thanks.
1 Video
└── [H.264, SDR] | en | 1920x1080 @ 4998 kb/s, 25.000 FPS
⠋ ---------------------------------------- --:-- LICENSED
1 Audio
└── [AAC] | en | 2.0 | 133 kb/s
⠋ ---------------------------------------- --:-- -
2 Subtitles
├── [VTT] | en
│ ⠙ ---------------------------------------- --:-- -
└── [VTT] | en | SDH
⠙ ---------------------------------------- --:-- -
5 Chapters
├── 00:00:00.000 | Chapter 01
├── 00:12:08.800 | Chapter 02
├── 00:23:31.600 | Chapter 03
├── 00:37:38.960 | Chapter 04
└── 00:46:23.840 | Credits -
And this:
ERROR: Unknown command line flag
'enable_raw_key_decryption' ERROR: Unknown command line
flag 'keys'. Did you mean: v ? ERROR: Unknown command line
flag 'temp_dir'
Cached 1 Key to 0/0 Vaults
thanks. -
What's the link? I've just tested a C4 video at -q 720 as a test and it worked for me.
-
Hi everyone,
I hope this is the right place to post this question. I have setup devine (v.3.3.3), wvd, configured the yaml etc. I am using the TPD94 services because it has CR.
I issue the following command:
Code:devine --debug dl CR GYZJ43JMR
Code:1 Video └── [H.264, SDR] | en-US | 1920x1080 @ 7957 kb/s, 23.974 FPS ⠋ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- FAILED 1 Audio └── [AAC] | en-US | 1.0 | 128 kb/s | United States ⠋ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- SKIPPED 2 Subtitles ├── [VTT] | en-US | United States │ ⠋ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- SKIPPED └── [ASS] | it-IT ⠋ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- SKIPPED 2 Chapters ├── 00:00:00.000 └── 00:22:05.000 | Credits ❌ Download Failed... An unexpected error occurred in one of the download workers. See the error trace above for more information.
Thank you for your time -
Last edited by PunchDrunkL0ve; 28th Aug 2024 at 11:23.
-
-
Looks like it's failing at the decryption stage, so potentially it's an issue with shaka-packager. Can you run shaka-packager? What version are you using? I'm running:
Code:# shaka-packager --version packager version v3.0.4-ceeb378-release
-
-
Yes, you've downloaded the "mpd_generator". You want the one called "packager" from here: https://github.com/shaka-project/shaka-packager/releases
Pick the one suitable for your system. -
-
OK three quick questions:
a. How do I queue downloads?
b. How can I prevent the script from adding a title header (with ie the Series name and episode number) in the mkv container? It can be easily removed afterwards with mkvpropedit but if I didn't want to have it there in the first place, which part in the dl.py(?) would I have to edit?
c. If while downloading a series the server drops the connection, is there a way to resume and not re-download everything from the top?
Thanks.Last edited by PunchDrunkL0ve; 28th Aug 2024 at 13:16.
-
a: Depends what you mean by queue. It defaults to downloading all available episodes from a show if nothing else is specified. To download a season, you use '-w S01'. To download an episode, you use '-w S01E01' or by using the episode URL (if the service supports it). Unless the service you're using has specifically added this functionality, you can't que multiple shows or movies.
b: You can edit 'devine/core/titles/episode.py' to change the filename format. Just make sure you know what you're doing, or the script will most likely fail.
c: Don't think so, but can't you just pick it up where it failed by starting with the failed episode? Seems like the easiest solution. -
a) Thanks will try that. Do you think it would be possible to add a simple queuing system to your services? Ie allow to queue episodes using '-w s01e01,s01e02,s01e04' -w S01,S02 or something similar?
b) The filename format is perfectIn the mkv headers I'm seeing a title and movie name added during muxing. Only wanted to know where that code is in the script(s).
Code:Title : Celebrity Masterchef S19E01 Movie name : Celebrity Masterchef S19E01
-
-
Ah so this is where I must look to fix an audio track problem. If I choose
Code:-l all
There is this snippet of code that may need altering but I don't fully understand it.
Code:for language in reversed(by_language or []): if str(language) == "all":
-
Until you figure that out, you could use mkvpropedit to change the headers:
to reorder the audio tracks (assuming track 1 is the video)
Code:mkvpropedit <your_mkv_file> --edit track:2 --set track-number=3 --edit track:3 --set track-number=2
Code:mkvpropedit <your_mkv_file> --edit track:a1 --set flag-default=1 --edit track:a2 --set flag-default=0
-
If you want to download a whole bunch of different stuff you can always just add your commands to a batch file, say queue.bat and run it when you're ready eg:
Code:devine dl --list-titles my5 https://www.channel5.com/show/the-hotel-inspector devine dl -w S18E01 my5 https://www.channel5.com/show/the-hotel-inspector devine dl -w S18E05 --subs-only my5 https://www.channel5.com/show/the-hotel-inspector
-
-
Hi People,
Trying to download a movie from tubi (us) site,... But I am running into a few problems.
My devine services are all uptodate.
my first call was the following (granted this is most likely wrong, I leave things for a few weeks and it gets lost in the fog).
just trying to get a response from tubi.
C:\Devine>devine dl --list-titles TUBI https://tubitv.com/movies/310136/hotel-rwanda
but i received the following error:
[Attachment 81887 - Click to enlarge]
Also tried using vpn connected to u.s. with the same error.
really sorry people, a fatal mistake on my part,.... I thought that the cookies would self populate,... (They were in the cookies folder with todays date).
I had to get them again with "open cookies txt".
resaved them as TUBI.txt and now the call devine dl TUBI (address to movie) is downloading although incredibly slowly.
also The first search call now works. (but I don't know if it's because i'm connected through a vpn for the whole length of the download because I can see that the call is still using hola.
I can vaguely remember stabby saying something about only the call has to go through a proxy then the rest of the download a vpn is not required. -
Unless you log in and out on a regular basis, Tubi cookies will last a long time. I'm still using the same cookies as when I first made the script, which is like ~4 months ago.
Hola is also generally terrible for speed, so it's not really advised to use it. Any proxy used in Devine will be applied for both API calls and download. This was not the case with Freevine, which is probably what you're remembering me talking about. -
Hi Stabby,,
Yes it may well have been freevine. Oh wow, using hola to download would take forever,... assuming the link stayed connected. I was about to ask how I can turn off hola and then the light bulb came on. devine.yaml.... damn I was wrong.
So this would download using hola :devine dl -V -A --list itv https://www.itv.com
and i'm guessing that devine dl --no-proxy -V -A --list itv https://www.itv.com would cancel the proxy from being used.
I had a read through devine/CONFIG.md and I can see that the settings for a vpn has to be set For example,
username: zxqsR7C5CyGwmGb6KSvk8qsZ # example of the login format
password: wXVHmht22hhRKUEQ32PQVjCZ
I'm probably wrong but i thought that this info would need to be placed into devine.yaml,... What I cannot work out is why does hola kick in even when your looking for something in your own country. (and I think I know what the problem with tubi is.... I have never registered with them). Maybe that's why the cookies are not being kept, and I keep reloading the site and just grabbing the cookies for that moment in time. -
Learn something new everyday! I really didn't realise this. It was\is such as great feature to just use a proxy for the license part!
I really hope that can be implemented in devine in the future
Edit: just found https://github.com/devine-dl/devine/issues/29
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