-
I was wondering if it was possible to publish a certain amount of podcasts at each interval regardless of how many new videos that are fetched from YouTube? My understanding right now is that the page_size determines how many videos are fetched, and as long as they are not filtered out, they will all be published on the podcast feed. My first thought was to set the page_size to 1 and set the update_period to 12 hours but this did not work as it will only get the latest video and others will be skipped. My use case if that I would like to add music to my podcast feed based on a Youtube playlist. I don't want to publish a whole chunk of songs all at once but rather add a song every 12 hours (for example) but I don't want to skip any in the playlist. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have developed a fix for this in my fork. https://github.com/auhsor/podsync |
Beta Was this translation helpful? Give feedback.
I have developed a fix for this in my fork. https://github.com/auhsor/podsync
I should probably do a pull request...