Added an episode counter for feed generation to determine whether or not to include show notes. #42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "kdmurrayhpr/hpr_hub:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
new variable $ep_count to track how many episodes we've seen
If feed is 'total' and we've passed 10 episodes, do not include show notes
Looks good. I want to test it though before we deploy.
The static version will also need to be changed.
@norrist I think there may be an issue for the future feeds. This should check to see if it's the full feed before it removes the description. So an additional check for
$feed = "total"