Skip to main content Get whole season on Tubi? : r/youtubedl
r/youtubedl icon
Go to youtubedl

Get whole season on Tubi?

Answered

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?

Archived post. New comments cannot be posted and votes cannot be cast.
Discover how fashion brand co-founder Bryan Bonilla uses Acrobat AI Assistant to simplify marketing reports and boost productivity, leaving him more time to be creative and pursue collaborations with more artists. Explore all you can do with an AI Assistant today.
Thumbnail image: Discover how fashion brand co-founder Bryan Bonilla uses Acrobat AI Assistant to simplify marketing reports and boost productivity, leaving him more time to be creative and pursue collaborations with more artists. Explore all you can do with an AI Assistant today.
Sort by:
Best
Open comment sort options
Edited

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:

$ pip install xklb
$ lb links --scroll https://tubitv.com/series/300007764/pok-mon-the-series-black-white/season-15 --path-include /tv-shows/

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

More replies