Commit Graph

8 Commits

Author SHA1 Message Date
Antoine Aflalo be34b8fddd
Gestdown Provider: Use ShowId to find subtitles. Fixes issue with Slash in show name. (#1979)
This way, if a show has a slash (/) inside its name, we can still find subtitles for it.
2022-10-29 18:13:56 -04:00
Antoine Aflalo 7f1d3e1adf
Gestdown: Check for show before checking for subtitle (#1962)
Will reduce the number of different calls to the provider and only ask for subtitle when we know the show exists.
2022-10-02 13:17:00 -04:00
vitiko98 571f9a195c no log: fix gestdown provider logger 2022-09-26 18:21:24 -04:00
Antoine Aflalo 5413f31b41
Use new endpoint for gestdown (#1949)
This endpoint rely on caching from cloudflare and will better scale.

Right now, I'm getting around 3M request per day, so I'd like to use the caching as much as possible.
2022-09-26 18:09:41 -04:00
vitiko98 5a13046d58 Gestdown provider: improve http error handling
423 code retries were blocking every language query for too much time.
The amount of retries was reduced from 5 to 3
2022-05-25 20:44:47 -04:00
vitiko98 25281709c1 Gestdown provider: ignore incomplete subtitles 2022-05-23 23:28:26 -04:00
vitiko98 0e98880494 Gestdown provider: implement retries on 423 status codes 2022-05-23 23:27:04 -04:00
Vitiko c9d63f717f Add Gestdown.info Provider 2022-05-19 21:58:51 -04:00