Skip to content
This repository was archived by the owner on Aug 2, 2026. It is now read-only.

Commit 6360443

Browse files
Update README.md
1 parent d88f8d7 commit 6360443

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,27 @@ python instad.py
108108

109109
## Cookies
110110

111-
Use Settings -> Cookies for videos that require a signed-in account, such as age-restricted or private content.
111+
### Getting a Netscape `cookies.txt` file
112112

113-
Paste either:
114-
- A Netscape `cookies.txt` export.
115-
- A raw browser `Cookie:` header copied from a signed-in request.
113+
Use a browser extension to export cookies in Netscape format, then paste the contents into Settings -> Cookies.
116114

117-
Refresh the pasted cookies if a download fails with an authentication or age-restriction error.
115+
**Chromium-based browsers (Chrome, Brave, Edge, etc.)**
116+
1. Install [Get cookies.txt LOCALLY](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc) from the Chrome Web Store.
117+
2. Sign in to the site you want to download from (e.g. YouTube).
118+
3. Click the extension icon, select the current site, and export/copy the `cookies.txt` content.
119+
4. Paste it into Settings -> Cookies in Instad.
120+
121+
**Firefox**
122+
1. Install [cookies.txt](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/) from Firefox Add-ons.
123+
2. Sign in to the site you want to download from.
124+
3. Click the extension icon to export the current tab's cookies as `cookies.txt`.
125+
4. Open the exported file and paste its contents into Settings -> Cookies in Instad.
126+
127+
> [!TIP]
128+
> Export cookies again if a download starts failing with an authentication or age-restriction error — cookies expire or get invalidated after logout.
129+
130+
> [!WARNING]
131+
> Cookies grant access to your signed-in session. Don't share your `cookies.txt` or paste it into untrusted apps.
118132
119133
---
120134

0 commit comments

Comments
 (0)