update readme

This commit is contained in:
StrangeDrVN
2026-02-22 17:45:42 +05:30
parent a4559ea4dd
commit bc42d24f8a

View File

@@ -19,3 +19,13 @@ npm run channels:parse --- --config=./sites/watch.whaletvplus.com/watch.whaletvp
```sh ```sh
npm test --- watch.whaletvplus.com npm test --- watch.whaletvplus.com
``` ```
### Fix `apiToken invalid or expired. Please update config.`
The `apiToken` rarely changes, but if it does:
1. Go to https://watch.whaletvplus.com
2. Open Developer Tools (press `F12` or right-click and select **Inspect**).
3. Select the **Network** tab.
4. Refresh the page.
5. In the "Filter" box, type `apiToken`.
6. Click on any request found and copy the `apiToken` value from the request URL.