Skip to content

Utilizes the EZTV API to download the highest quality torrents by comparing the file sizes from the results generated by the API.

License

Notifications You must be signed in to change notification settings

Sharizzle/EZTV-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EZTV Downloader

The purpose of this script was to utilize the EZTV API to download the highest quality torrents by comparing the file sizes from the results generated by the EZTV API, once a season and episode is chosen by the user. This API first connects to the OMDB API when it is given a name of a show, which will retrieve its imdb id and send it to the EZTV API. This script will open the link once the data has been received.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

An API key is required from OMDB to access its API. To do this go to: http:https://www.omdbapi.com/apikey.aspx

Choose the free option, then enter your details to get the key. Once you have the key, insert it with no spaces into the API_key.txt, and save the file.

Installing

Use the following commands in the working directory to install the libraries necessary to run the script.

pip install -r requirements.txt

Running the script

For Windows:

python EZTV_Downloader.py

For Mac and Linux:

python3 EZTV_Downloader.py

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Utilizes the EZTV API to download the highest quality torrents by comparing the file sizes from the results generated by the API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages