Skip to content

A webserver mod_python script to create an Atom feed from a YouTube playlist

License

Notifications You must be signed in to change notification settings

Thue/youtube-playlist-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

youtube-playlist-feed

An Apache webserver mod_python script to create an Atom feed from a YouTube playlist. An Atom feed is a type of web feed similar to RSS, which can be used for web syndication, e.g. in a feed reader such as e.g. "feeder".

Note that you can also get a playlist feed by simply using https://www.youtube.com/feeds/videos.xml?playlist_id=YOURPLAYLISTIDHERE . But perhaps my script is still useful if you want to do filtering or transformation of the items in the playlist.

Usage

Notes

Does not cache queries, so inefficient if used with many simultaneous users.

About

A webserver mod_python script to create an Atom feed from a YouTube playlist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages