Skip to content

Commit 8b9036e

Browse files
committed
Decrease episode limit of 500 to 100 to follow Podimo API changes
1 parent cdac8b9 commit 8b9036e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podimo/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ async def getPodcasts(self, podcast_id, scraper):
207207
"""
208208
variables = {
209209
"podcastId": podcast_id,
210-
"limit": 500,
210+
"limit": 100,
211211
"offset": 0,
212212
"sorting": "PUBLISHED_DESCENDING",
213213
}

0 commit comments

Comments
 (0)