Skip to content

Commit

Permalink
[proxy] update readme once more
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkwinter committed Oct 8, 2024
1 parent 2680e07 commit 748192e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion account-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the account proxy server to access age-restricted videos via an age-veri

### Installation
1. Install required dependencies with `npm install`.
2. Create the `.env` configuration (see below) and paste the required `SAPISID` and `PSID` cookies from your YouTube account.
2. Create the `.env` configuration (see below) and paste the required cookies from your YouTube account.
> The YouTube account must be verified in order to unlock some age-restricted videos.
3. Start the server with `npm run proxy:start` or `npm start` in `/account-proxy`.

Expand All @@ -31,6 +31,7 @@ HSID=
SSID=
APISID=
SAPISID=
PSIDTS=

# Proxy (https)
# PROXY=
Expand Down

0 comments on commit 748192e

Please sign in to comment.