Skip to content

alnixon/youtube-dl-podcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-dl-podcast

Scrape audio from youtube and serve as a podcast. This uses youtube-dl to the hard work. The result is then served as a podcast.

Setup

A subdirectory caled data needs to be created with write permission for the user that will run the shell script.

The following files coordinate the downloading of audio

  • youtube-dl.sh (linux) / youtube-dl.ps1 (windows)

    • This needs to be scheduled to run with cron/task manager every 24hrs.
    • Line 44/43 of this file will need to be changed to your path.
    • Initially 1 month of files will be downloaded - this can be changed on line 43/42.
    • Files will be kept for 60 days - this can be changed on line 53/56
  • channels.txt List the youtube channels to download here, one per line.

  • downloaded.txt This is used to track what has already been downloaded.

Usage

Simply point your podcast client at the location this is hosted at.

Contributing

I knocked this together very quickly for my own needs. I welcome improvements via pull requests.

About

Scrape audio from youtube and serve as a podcast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published