Youtube to Anchor.fm - An automation tool to publish your podcast
This action will upload an audio file from a given youtube video automatically to your Anchor.fm account.
It is very useful in a scenario where you have a YouTube account and also a podcast over Spotify, Anchor.fm, Play Music, iTunes etc.
In our live show (Schrodinger Hat) we had this necessity. So we built it for the open source community.
Every contribution it is appreciated, also a simple feedback.
How it works
The workflow is using youtube-dl
library and puppeteer
.
The first one is a npm module used for donwloading the video / audio from YouTube, meanwhile Puppeteer will upload the generated file into the Anchor.fm dashboard (by loggin it).
The action will start everytime you push a change on the episode.json
file. Into this file you need to specify the youtube id of your video.
The action…