You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get all recent episodes for the last week. I used this Python script that makes a request of the most recent 1000 episodes, takes the last one and passes it to a before param.
I expect tmp_df['datePublishedPretty'].values[0] and tmp_df['datePublishedPretty'].values[-1] to go back in time, but i got these results.
For some reason time windows overlap each other. The results become even stranger when the script goes through several iterations
it returns only 1000 episodes for March 09, 2023 3:00pm - April 07, 2025 10:31am time window. In the result I have about 35k episodes from random periods of time.
Maybe i'm using endpoint incorrectly?
The text was updated successfully, but these errors were encountered:
I want to get all recent episodes for the last week. I used this Python script that makes a request of the most recent 1000 episodes, takes the last one and passes it to a before param.
I expect tmp_df['datePublishedPretty'].values[0] and tmp_df['datePublishedPretty'].values[-1] to go back in time, but i got these results.
For some reason time windows overlap each other. The results become even stranger when the script goes through several iterations
it returns only 1000 episodes for March 09, 2023 3:00pm - April 07, 2025 10:31am time window. In the result I have about 35k episodes from random periods of time.
Maybe i'm using endpoint incorrectly?
The text was updated successfully, but these errors were encountered: