Skip to content

Small Rust tool to fetch the latest videos from a list of RSS feeds using youtube-dl

Notifications You must be signed in to change notification settings

hartlco/localtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localtube

Just a hacky rust service to download the latest Youtube videos from RSS-Feeds using youtube-dl

Setup

Define config.toml containing the download_path where the videos should be stored and a list of RSS-Feeds containing the videos to download.

feeds = [
    "<YOUTUBE-RSS-FEED-URL"
]

download_path = "<PATH>"

Optionally, define downloaded.toml for already downloaded video-ids. The service will append downloaded IDs to the file.

downloaded = []

Run the service

cargo run PATH-TO-CONFIG-TOML OPTIONAL-PATH-TO-DOWNLOADED-TOML

License

MIT

About

Small Rust tool to fetch the latest videos from a list of RSS feeds using youtube-dl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published