Skip to content

Extracts the channel RSS feed from any valid URL on stdin and writes it to a file along with the channel name if it does not already exist.

Notifications You must be signed in to change notification settings

markusnasholm/youtube-rss-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

youtube-rss-extractor

Description

Extracts the channel RSS feed from any valid URL on stdin and writes it to a file along with the channel name if it does not already exist.

This script is intended for use with newsboat or similar RSS readers, allowing simple adding of new youtube channels.

Usage

$ youtube-rss-extractor URL_FILE <<< URL

or

$ echo URL | youtube-rss-extractor URL_FILE

Example

$ youtube-rss-extractor $HOME/.newsboat/urls <<< https://www.youtube.com/user/PewDiePie 

About

Extracts the channel RSS feed from any valid URL on stdin and writes it to a file along with the channel name if it does not already exist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages