|
|
|
|
|
by colinsane
864 days ago
|
|
every youtube channel has a RSS feed though. see it with: `curl --silent 'https://www.youtube.com/@Channel5YouTube' | grep -o 'href="https://www.youtube.com/feeds/[^"]*"'` your podcast app should be able to subscribe to a Youtube channel. Youtube links that feed as a recognizable `<link rel=...>` tag, so even if your app doesn't index Youtube you should be able to just paste that 'youtube.com/@MyChannelName` URL into it and it'll figure out the actual feed URL from that. |
|