Another vote for HIDIVE, while the M3U8 process does download a file, the website assumes we are a robot due to having to refresh the page every single video to get the right link and locks you out ever few files, terribly annoying. What this tool needs is a scripting element that allows end users to navigate sites to get the download url's to pass to the engine, hell i can write a python script to go grab all my links if i could just paste them into streamfab, keep the decoder secure but open up an interface to allow us to extend it especially for you tube style files fore each site and we can grow the application with free labor of end users sharing scripts.
Raethien
The episode URLs are predictable so you're better off writing a script to generate the URLs instead.
I use
Simple Mass Downloader (The single greatest Chrome Extension ever, IMHO) to either list all episode URLs or if they are hidden like on HiDive, i generate the URLs and then export those to a text file. I then feed that text file to yt-dlp to download the episodes.
So, for example, Cobra The Animation has 13 episodes and the URL for episode 1 is
https://www.hidive.com/stream/cobra-the-animation/s01e001
.
In SMF, i select
Set Pattern URL from the Download tab and use the following pattern:
https://www.hidive.com/stream/cobra-the-animation/s01e0[01:13]
URLs are generated and once i export them to a text file, i have 13 URLs:
https://www.hidive.com/stream/cobra-the-animation/s01e001
https://www.hidive.com/stream/cobra-the-animation/s01e002
https://www.hidive.com/stream/cobra-the-animation/s01e003
https://www.hidive.com/stream/cobra-the-animation/s01e004
https://www.hidive.com/stream/cobra-the-animation/s01e005
https://www.hidive.com/stream/cobra-the-animation/s01e006
https://www.hidive.com/stream/cobra-the-animation/s01e007
https://www.hidive.com/stream/cobra-the-animation/s01e008
https://www.hidive.com/stream/cobra-the-animation/s01e009
https://www.hidive.com/stream/cobra-the-animation/s01e010
https://www.hidive.com/stream/cobra-the-animation/s01e011
https://www.hidive.com/stream/cobra-the-animation/s01e012
https://www.hidive.com/stream/cobra-the-animation/s01e013
I have my own scripts for yt-dlp but with StreamFab, you could just go to the home tab and click Paste URL

You can then feed it your text file

HTH,
Jack