bdunogier / subber

Web application that subtitles downloaded episodes in the background
MIT License
2 stars 1 forks source link

Add support for full-season packages #25

Open bdunogier opened 9 years ago

bdunogier commented 9 years ago

Scrap subtitles available as a big zip with the whole season, and filter subtitles for the current episode. Example: Black mirror (http://www.betaseries.com/serie/black-mirror/episodes)

API

All subtitles for the show

https://api.betaseries.com/subtitles/show?id=4189&key=:

Returns subtitles for the whole show, including season packages. Those episode # 0 and season # to the subtitled season.

They do have a source, meaning we can parse the subtitles. But we do NOT parse episodes numbers from subtitles at the moment, since we know what episode we are dealing with already.

We do need to get the show_id somehow (maybe the episode scrapping does return it).