ThijsRay / podimo

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

Only shows 99 episode #5

Closed SolidRhino closed 2 years ago

SolidRhino commented 2 years ago

This code shows only 99 episodes even though the podcast has more episodes. Is there a way to fix this?

ThijsRay commented 2 years ago

Sure! This is defined at https://github.com/ThijsRay/podimo/blob/f2e810daee53542deae26701916470fbdb3c36ac/main.py#L353 but it can be changed if you prefer. I put an arbitrary limit of 100 in there, but it can be anything.

ThijsRay commented 2 years ago

I have increased the limit to 500, hopefully that is enough!

SolidRhino commented 2 years ago

Thank you 😄