Home

Awesome

vod2pod-rss tests stable image beta image

Converts a YouTube or Twitch channel into a full blown audio podcast feed.

<a label="example of it working with podcast addict" href="https://user-images.githubusercontent.com/4585690/231301791-2f838fb3-4f6e-4382-bac4-c968bfe98c08.png"><img src="https://user-images.githubusercontent.com/4585690/231301791-2f838fb3-4f6e-4382-bac4-c968bfe98c08.png" align="right" height="350" ></a>

Features

Limitations

Usage

Web UI

<a label="frontend" href="https://user-images.githubusercontent.com/4585690/234704870-0bf3023a-78e0-4ccc-adea-9d1f6ea2fabc.png"><img src="https://user-images.githubusercontent.com/4585690/234704870-0bf3023a-78e0-4ccc-adea-9d1f6ea2fabc.png" align="right" width="400px" ></a>

Manually Generate A Podcast URL

Add The URL To A Podcast Client

Optional API Access

See configurations below

Install

Clone This Repository

git clone https://github.com/madiele/vod2pod-rss.git

Docker

Docker Compose

cd vod2pod-rss
nano docker-compose.yml

See configurations below

sudo docker compose up -d

Updating

sudo docker compose pull && sudo docker compose up -d
sudo docker system prune

Configurations

Web Server Port

Optional API Keys

Note: These can also be set using Docker .env files

Environment

Honorable Mentions

These projects were fundamental for the success of vod2pod-rss, originally they handled the feed generation for youtube and twitch, now this is all done by vod2pod-rss internally so they are not used anymore, but were still helpful to get vod2pod-rss up and running fast.

Donations

This is a passion project, and mostly made for personal use, but if you want to gift a pizza margherita, feel free!

"Buy Me A Coffee"

Contributing

check the CONTRIBUTING.md to find a tutorial on how to setup your enviroment for develpment