Originally posted by Raethien
View Post
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
Code:
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:
Code:
https://www.hidive.com/stream/cobra-the-animation/s01e0[01:13]
Code:
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
You can then feed it your text file
HTH,
Jack
Comment