From a76f14190a93cd368fd764ef110491385a37ca5b Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 17 Jun 2023 16:16:54 -0400 Subject: [PATCH] Update README.md --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index 96f499a..90a11d4 100644 --- a/README.md +++ b/README.md @@ -67,27 +67,7 @@ You can now run the program, see the examples below. The course will download to # Udemy Subscription Plans -To download a course included in a subscription plan that you did not purchase individually, you will need to follow a few more steps to get setup. - -_**NOTE**:_ _You do **NOT** need to follow this section if you don't have a **Udemy Pro** or **Udemy Personal** subscription plan! This section is not for individually purchased courses._ - -## Getting your cookies - -- Go to the page of the course you want to download -- press `control` + `shift` + `i` (this may be different depending on your OS, just google how to open developer tools) -- click the `Console` tab -- copy and paste `document.cookie` and press enter -- copy the text between the quotes - -## Setup cookie file - -- Create a file called `cookies.txt` in the same folder as `main.py` -- Paste the cookie into the file -- save and close the file - -You will also need to ensure the link is in the following format: `https://www.udemy.com/course//learn/`. - -Note the link is `/course` not `/program-taking`. It is also important that the link has `/learn`, otherwise you will see an error when trying to fetch the course information. +You will need to use a different branch of the program, please see [feat/cookies](https://github.com/Puyodead1/udemy-downloader/tree/feat/cookies). # Advanced Usage