With docker-compose
- Change
docker-compose
and copysample.env
to.env
. Change.env
as you need. - Create
cookies.txt
from your YouTube cookies.
In order to extract cookies from browser use any conforming browser extension for exporting cookies.
For example,
- Chrome => https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid/
- Firefox => https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/
You need to modify config.yml
. Change the params as you need, and add all the channels and YouTube list that you want
docker-compose up -d
If you need to run u2vpodcast behind reverse proxy, like caddy, run:
docker-compose -f docker-compose.yml -f docker-compose.caddy.yml up -d
After that, go to https://u2vpodcast.tuservidor.com
and you can find a list of the channels. In this page, you can find every channel you added to the configuration file. For example, with Linux y Tapas, you can find,
- The channel: https://u2vpodcast.tuservidor.com/linux_y_tapas?page=1
- The feed: https://u2vpodcast.tuservidor.com/linux_y_tapas/feed.xml
This project is licensed under the MIT license
Leave a ⭐ if you like this project
Readme made with 💖 using README Generator by Dhravya Shah