Skip to content

Movie Downloader is a Python script that allows you to search for movies using the YTS API, select a movie, and add its torrent to qBittorrent for downloading.

Notifications You must be signed in to change notification settings

Pdf0/MovieDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Movie Downloader

Movie Downloader is a Python script that allows you to search for movies using the YTS API, select a movie, and add its torrent to qBittorrent for downloading.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/movie-downloader.git
  2. Create and activate a virtual environment (optional but recommended):

    python3 -m venv venv
    source venv/bin/activate 
  3. Install the required packages:

    pip install -r requirements.txt
  4. Usage

    Run the script by providing the name of the movie you want to search for as a command-line argument:

    python3 movie_downloader.py "Movie Name"

    Follow the on-screen prompts to choose a movie and add its torrent to qBittorrent.

  5. Configuration

    Before running the script, make sure to update the following variables in the script:

    Web_UI_username = "your_qBittorrent_Web_UI_username"
    Web_UI_password = "your_qBittorrent_Web_UI_password"
    Download_path = "path/to/destination/directory"
  6. Dependencies

    requests

    qbittorrentapi

About

Movie Downloader is a Python script that allows you to search for movies using the YTS API, select a movie, and add its torrent to qBittorrent for downloading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages