An open API service indexing awesome lists of open source software.

https://github.com/omry/youtube-rss

Download youtube videos from a predefined channels list, converts them to iPad format and generates an RSS feed that can be used to subscribe in iTunes to download the videos
https://github.com/omry/youtube-rss

Last synced: 10 months ago
JSON representation

Download youtube videos from a predefined channels list, converts them to iPad format and generates an RSS feed that can be used to subscribe in iTunes to download the videos

Awesome Lists containing this project

README

          

* Copy conf.sample to conf and edit.
* Copy channels.sample to channels and edit.
* Currently the run method is using this bash command:
while true; do ./YoutubeRSS.scala --delete-old --catch-up ;echo sleeping;sleep 15m; done
Server mode is implemented but due to a memory leak in scala xml parsing (at least when I wrote this) its better to have the loop outside.