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

Commit

Permalink
Merge pull request #547 from kigster/kig/add-cookies-description
Browse files Browse the repository at this point in the history
Adding a note about format of cookies.txt file
  • Loading branch information
r0oth3x49 authored Aug 24, 2020
2 parents a48bdc1 + b27c38d commit 827248c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@

## ***How to login with cookie***

The `cookies.txt` file should have the following simple format, eg:

```ini
access_token=JKU9QNs2IQDBKoYKvOBclSPXN97baf32o1Jo2L9vX
```

### Finding your access token value

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

Expand Down Expand Up @@ -190,4 +198,4 @@ Example:
- add support to download just EN subtitles by default
- add switch to keep vtt subtitles as well.
- Add support to download 1080p if available. (most waited feature)
- Add support to download course on a flaky connection.
- Add support to download course on a flaky connection.

0 comments on commit 827248c

Please sign in to comment.