/yt-player

Download Youtube Audio using Github Actions

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

YT Player

Download YouTube Music with Github Actions, audio support. Also check out a similar project by @leecheeyong.

How it works ?

  1. Run workflow
  2. Loop the list of files in the music directory
  3. See if it contains data
  4. If it does, skip
  5. Download video using ytdl-core then convert the content to mp3 using fluent ffmpeg
  6. Write file

Credit

@leecheeyong @joeleeofficial

License

This project is available as open source under the terms of the AGPL-3.0 License