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
{{ message }}
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.
This will involve branching from master and finding every reference to episodes.json, instead replacing it with a reference to the published RSS feed -- will also need to find a way to differentiate episodes that are published in RSS but don't have corresponding shortcut episodes.
The text was updated successfully, but these errors were encountered:
This enables us to get around any CORS issues with the podcast RSS feed.
We just re-serve it from our server with CORS already enabled.
By parsing the RSS serverside and serving it up as plain json, we
no longer have to include a costly XML parsing step on the client. #80
This will involve branching from master and finding every reference to
episodes.json
, instead replacing it with a reference to the published RSS feed -- will also need to find a way to differentiate episodes that are published in RSS but don't have corresponding shortcut episodes.The text was updated successfully, but these errors were encountered: