ThijsRay / podimo

https://podimo.thijs.sh
European Union Public License 1.2
41 stars 16 forks source link

Fetch all episodes to get full history #40

Closed jhogervorst closed 2 months ago

jhogervorst commented 2 months ago

We check if the returned number of episodes is equal to the limit (100 per request). If yes, we make an additional request for the next batch of episodes (using the limit param), and combine those episodes to get the full history.

ThijsRay commented 2 months ago

Thanks! Looks great!