Youtube Goes Podcast makes podcast feed from YouTube channel.
- open https://yt.psmarcin.dev
- type channel name
- select from results
- copy generated feed url
- and use it in your favourite app
It's that simple!
- UI for friendly usage
- Find channel using search field
- Automatically generate unique url for YouTube Channel
- Podcast app agnostics. Works well in Apple Podcast, Plex Podcasts and others!
- Live updates, you will get up-to-date list of the latest items immediately!
- Support more than latest 15 videos
- Daily updates
- Listen any video on your phone in background
- Works only for videos with "embed" enabled
Use this url https://yt.psmarcin.dev/feed/channel/UCblfuW_4rakIf2h6aqANefA
in your favorite podcast app. It works on
desktop and mobile too. Tested on:
- iPhone Podcast App
- iTunes MacOS App
- Plex Web App
- Plex iOS App
- Go in version
>=1.9
, more: https://golang.org/dl/ - Docker, more: https://docs.docker.com/install/
- Modd (auto restart), more https://github.com/cortesi/modd
- Google Cloud Console or mocks
- golangci-lint: https://golangci-lint.run/usage/install/
Example environment variables
APP_ENV=development
GOOGLE_API_KEY=<YOUR_YOUTUBE_API_KEY>
PORT=8080
API_URL=http://localhost:8080/
make build
make test
make dev
make debug