/youtube-audio-feed

Convert a YouTube channel into a Podcast

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Youtube Audio Feed

Convert any Youtube channel into an audio-only podcast feed. Listen on your favorite podcast player!

Public instance: https://youtube-audio-feed.fly.dev

Example feed: https://youtube-audio-feed.fly.dev/channel/UCZYTClx2T1of7BRZ86-8fow (SciShow)

Architecture

The two major components are:

  • harvestor: harvest the latest videos from channel
  • extractor: extract the audio from a video id

Here are the implemented harvestors:

Here are the implemented extractors:

Currently, it will automatically pick the first successful extractor and harvestor.