Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Make guide login with cookie more clear #390

Merged
merged 1 commit into from
May 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,10 @@ experience the problem? All these details will help to fix any potential bugs as
>
> Any other information you want to share that is relevant to the issue being reported.

## ***Extracting Cookies / Request Headers***

- Login to your udemy account via browser.
- Once you are logged in right click on page the search for option called **Inspect Element** and click on that.
- Under that look for **Network Tab** and click on that. Under that **Network Tab** click on Requests type **XHR** .
- Now click on **My Courses** in the Udemy navbar and refresh the page you will see some requests under **Network Tab**.
- Right click on request links to **udemy.com/api-2.0/**. Simply copy **Request Headers** and save to text file.
- The above guide is for ***Firefox*** users. ***Chrome*** Users can follow [guide by @lamlephamngoc](https://github.com/r0oth3x49/udemy-dl/issues/303#issuecomment-441345792).
- Done run the udemy-dl against that text file it will start downloading the course.
## ***How to login with cookie***

- ***Firefox*** users : [guide by @01ttouch](https://github.com/r0oth3x49/udemy-dl/issues/389#issuecomment-491903900)
- ***Chrome*** users : [guide by @lamlephamngoc](https://github.com/r0oth3x49/udemy-dl/issues/303#issuecomment-441345792).

## ***Requirements***

Expand Down