r/youtubedl icon

Go to youtubedl

Get whole season on Tubi?

Answered

Archived post. New comments cannot be posted and votes cannot be cast.

u/adobe avatar adobe • Official Promoted

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