

youtube-dl, and yt-dlp are a command-line program to download videos from YouTube.com, as well as many other media streaming websites. We are a community of enthusiasts helping each other with problems and usability issues.
Get whole season on Tubi?
Hi sorry if this has been asked before but I'm having trouble finding a problem. I've tried getting the 49 episodes from "https://tubitv.com/series/300007764/pok-mon-the-series-black-white/season-15" but yt-dlp keeps trying to down load the first 20 episodes of season 14. I also tried getting a link list using klipper but it just lists the side-bar recommended video links.
So how do I download the whole season without getting all 50 links manually? Do I need to write a little custom script or is there an easy way that I just don't see?
This gets the first 20 episodes of S15 but yeah you're right you'll need to write something custom or fix the Tubi extractor:
edit: actually if you run the above with -vv and when the browser loads click to show the other episodes it should get all 50
Ok I got the whole list by using -vv like you said, cleaned it up with a little script, and currently downloading the whole season. Thanks so much!
Nice I'll give it a go later, Thanks!
I had tried to read all the links from the WebClient HTML string that proceed "web-content-tile__title". But I only get back the same set of links that Klipper would provide, not the Pokemon episodes. Which makes me think the are obfuscated so they can't be easily ripped. Unless it's something more obvious, but I'm just not experienced enough to see it.
If I succeed maybe I'll post something here