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
- Host: GitHub
- URL: https://github.com/omry/youtube-rss
- Owner: omry
- Created: 2013-01-23T08:03:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-23T08:25:49.000Z (almost 13 years ago)
- Last Synced: 2025-01-26T04:41:19.502Z (12 months ago)
- Language: Scala
- Size: 6.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.