Divxeas / Netflix-videos-downloader1

123 stars 31 forks source link

This is not a issue, Readme.md for this repository by ChatGPT #15

Closed semeer37 closed 1 year ago

semeer37 commented 1 year ago
# Netflix Videos Downloader

This tool allows you to download videos, subtitles, and audio from Netflix for offline viewing. With a range of customizable options, you can tailor your downloads to suit your preferences.

## Table of Contents

1. [Installation](#installation)
2. [Dependencies](#dependencies)
3. [Configuring Your Account](#configuring-your-account)
4. [Installing Required Extensions](#installing-required-extensions)
5. [Usage](#usage)
   - [Downloading Videos](#downloading-videos)
   - [Downloading Subtitles](#downloading-subtitles)
   - [Downloading Audio](#downloading-audio)
6. [Troubleshooting](#troubleshooting)
7. [Advanced Options](#advanced-options)

## Installation

1. **Install Python 3.10.0:** Download the [Python 3.10.0 installer](https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe) and make sure to add Python to your PATH during installation.

2. **Add Python to PATH:** If you're unsure how to add Python to your PATH, follow the steps outlined [here](https://datatofish.com/add-python-to-windows-path/).

3. **Install Dependencies:** Open a terminal and navigate to the project folder. Run the following command to install the required dependencies:
   ```sh
   pip install -r requirements.txt

Alternatively, you can use the provided batch script:

   install.requirements.bat

Configuring Your Account

  1. Navigate to the folder Netflix-videos-downloader-main\configs.

  2. Open config.py with a text editor like Notepad++.

  3. Locate the lines that need your email and password for your Netflix account:

    "email": "enter your email address here", # Enter the email address of your Netflix account here
    "password": "enter your password here",   # Enter the password of your Netflix account here
  4. Replace the placeholders with your Netflix account's email and password. For example:

    "email": "essam2021236@protonmail.com",
    "password": "N25&ns&25p7",

    Save the changes.

Installing Required Extensions

  1. Chrome Extension: Install the Get Cookies.txt extension for Chrome. Visit Netflix.com and download the cookies, renaming the file to cookies.txt. Place it in Netflix-videos-downloader-main\configs\Cookies.

    For Firefox users, you can use the Cookies.txt One Click addon.

Usage

Downloading Videos

AVC High Profile

Main Profile

Downloading Subtitles

Downloading Audio

Troubleshooting

Advanced Options

Acknowledgements

Special thanks to Essam3152 for creating and sharing this amazing tool. The information provided in this README is based on their work.


For any additional information or help, please refer to the original repository or open an issue.