i have a premium acc but i can't download video from hulu
+ Reply to Thread
Results 1 to 19 of 19
-
We all know how to DL from hulu, its one of the easiest platforms - but no one will contribute - read the Sticky
-
-
Its bamgrid api and if you haven't got an automated script, wks-keys (original version) will grab the keys for you with correct headers.py
If you record something to the dvr - each tv channel has 1 (sometimes 2 for the larger ones) keys, they have remained unchanged for around 3 months now.
Each movie has a different key
You don't pass it as a parameter. PM me, or discord me (easier) if you're struggling to get the Hulu keys for specific titles and I'll school you ))Last edited by codehound; 10th Sep 2022 at 15:19.
-
I got the signature figured out. Thanks.
Only problem is the audio very slowly gets out of sync with the video by the end of a movie. At the end, it's about 500ms off. I always had the same issues with AP and NF as well. Never did figure out the "right" way to fix it. Any ideas? -
I'm sure someone would complain out of Hulu's millions of customers if the audio kept going out of synch............and NF too ? Shocking.
Never been a problem with vt to download though -
It's not out of sync when streaming.
Only the merged-then-muxed final output drifts.
I'm assuming vt doesn't just download the audio and video as whole files. That would be a pretty big red flag it seems. Regardless, I'll have a look at what it's doing. -
ALL wv protected vods require downloading as separate video and audio streams - whether you use an automated app (like vt or a pvt script) or do it manually - always have done - then require decrypting as separate entities and then merging as either mkv or mp4 - surely you know this ?
Last edited by codehound; 10th Sep 2022 at 17:30.
-
I'm not sure how you got that out of what I wrote.
I was talking about downloading the ENTIRE VIDEO and ENTIRE AUDIO as single requests, rather than chunking each stream.
Obviously they have to be independently decrypted and muxed either way you do it. -
I finally solved this by looking at what vt was doing around merging the segments.
In case this helps anyone else...
The audio drift issue was because I was performing a binary merge of the init segment with each segment and decrypting as it went, then using ffmpeg to merge the video and audio chunks, and then finally mux it all together.
While that works most of the time, it doesn't work with certain streaming services.
I changed my app to download all the chunks, binary merge them with the init segment, then decrypt, then mux. Viola, no more audio drift. -
So, you debugged vinetrimmer to edit the muxing process ?
vt = vinetrimmerLast edited by codehound; 11th Sep 2022 at 17:42.
-
No.
I reviewed the python scripts that comprise vt, saw what it was doing differently from my own app (which is an Electron based GUI app, written mostly in C#).
I then rewrote the applicable portions (merge and mux) of my code to work the same way. I started writing it several years ago, before all these python scripts were a thing - or at least before I knew about them.
So, now that I can compare what I did with what others have done, there are some opportunities for improvement of my own code.
Similar Threads
-
Download any videos from Netflix, Amazon, Disney+, Hulu and HBO...
By DVDFab Staff in forum Video Streaming DownloadingReplies: 1Last Post: 14th Dec 2020, 05:15 -
Download subtitles from web video
By taal2020 in forum Video Streaming DownloadingReplies: 0Last Post: 27th Apr 2019, 13:36 -
Help needed to download video and subtitles
By rachelm2812 in forum Video Streaming DownloadingReplies: 3Last Post: 27th Mar 2018, 07:46 -
Transcript subtitles download with the video
By vidblue in forum SubtitleReplies: 7Last Post: 19th Nov 2017, 17:02 -
Stil possible to download removed Hulu content?
By realityjg in forum Video Streaming DownloadingReplies: 1Last Post: 10th Jun 2017, 15:05