This project scrappes the eztv.io page of a specified show and generates a RSS torrent feed that can be readed by uTorrent for automatize the download of TV show.
- A Web Server
- PHP execution on the server (XAMPP it's the easiest way to set the environment up)
Drop the files on a folder of your web server root. That's all!
-
Go to eztv.io, and click on the show you want to create a RSS for
-
The URL of the show should be something like this:
-
Copy the last 2 parts of the URL: 481/game-of-thrones/
-
The URL that you have to setup on the RSS feed on uTorrent should be:
http://your_host/the_path_to_the_script/index.php?show=481/game-of-thrones/
IMPORTANT: always copy the last 2 parts (the number and the name of the show)
Enjoy!!