chaance / gatsby-source-simplecast

MIT License
4 stars 7 forks source link

generate nodes from episode page #6

Open yepstepz opened 3 years ago

yepstepz commented 3 years ago

Hello! I noticed that you have getEpisode() in your source plugin code but it wasn't used. I need to receive long-description from my simplecast for detailed Podcast page, it was only available on episodes/${episodeId} route, so I thought may be i can change it a little. Tested on my local blog, works fine.