Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitodl/open-podcast-data
where are all MIT podcasts ?
https://github.com/mitodl/open-podcast-data
Last synced: 7 days ago
JSON representation
where are all MIT podcasts ?
- Host: GitHub
- URL: https://github.com/mitodl/open-podcast-data
- Owner: mitodl
- Created: 2020-03-30T01:56:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T19:06:49.000Z (9 months ago)
- Last Synced: 2024-04-14T05:23:49.798Z (9 months ago)
- Size: 64.5 KB
- Stars: 0
- Watchers: 24
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Open Podcasts Data
This repository stores configuration data for MIT Open's podcasts ingestion.
#### Podcasts
In order to add a new Podcast channel, create a file with the extention `.yaml` in the `podcasts/` directory. The format of the file should follow this structure:
```yaml
---
rss_url: https://feeds.simplecast.com/7xNsi2o4
topics: Political Science,Social Science,Society
offered_by: J-PAL North America
website: https://www.povertyactionlab.org/page/j-pal-voices-impact-and-promise-summer-jobs-united-states
google_podcasts_url: https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS83eE5zaTJvNA==
apple_podcasts_url: https://podcasts.apple.com/us/podcast/j-pal-voices/id1533342048
```**NOTE:** the comments (the part after `#`) in the example above are purely documentative, you may remove them or leave them in your actual configuration file.