Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericboehs/rss-torrent-downloader-php
RSS Torrent Downloader in PHP
https://github.com/ericboehs/rss-torrent-downloader-php
Last synced: about 22 hours ago
JSON representation
RSS Torrent Downloader in PHP
- Host: GitHub
- URL: https://github.com/ericboehs/rss-torrent-downloader-php
- Owner: ericboehs
- Created: 2008-11-19T07:46:25.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2008-11-24T05:16:01.000Z (almost 16 years ago)
- Last Synced: 2023-04-12T04:56:42.608Z (over 1 year ago)
- Language: PHP
- Homepage: http://ericboehs.com
- Size: 207 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This php program will check the feeds in feeds.txt (1 feed per line) and download the torrent files enclosed in each feed item. It will then update lastDownload.txt to indicate the last Season/Episode downloaded.
The syntax for lastDownload.txt is "season episode". Each line will represent the same line as in feeds.txt. So for example:
lastDownload.txt:Line 1: 03 06
Line 2: 05 04If you don't understand, just run the php script and it'll download all the torrent files for the current season of your show(s) listed in your feeds.txt file and update the lastDownload.txt file for you.
Schedule an at or cron job to run this at your choosing and have a torrent client watch the directory you specify, and all your shows will automatically download when available.
Currently only works with feeds from http://tvrss.net.
Three example shows were left in feeds.txt.