Make YouTube channels to become MP3 PodCast feeds
If you want to run it directly, you need to install the following executables:
- youtube-dl
- ffmpeg
Then follow the instructions:
- Go to the Release section and download the compiled binary (or compile from source yourself if you are not on Linux 64bit)
- Edit the
y2p-config.sample.json
file - Set environment variable
Y2P_CONFIG_PATH
to point ot the configuration file - Run the application
docker run -d -v $(pwd)/y2p-config.sample.json:/y2p-config.json:ro -p 14295:14295 xinsnake/youtube2podcast
- Use
-v $(pwd)/assets:/assets:ro
if you want to change the template or styling - Use
-v $(pwd)/data:/data:raw
if you want to change data storage location
- Compile multiple platforms
- Removed feeds clean up
- Clean shutdown
Better home pageDirectory clean upPut the application in container