|
| 1 | +# How to Extract Login Keys |
| 2 | + |
| 3 | +Follow the instructions below to obtain the required keys for each streaming service and add them to your `config.json`. |
| 4 | + |
| 5 | +<Tabs> |
| 6 | +<TabItem value="mediasetinfinity" label="Mediaset Infinity"> |
| 7 | + |
| 8 | +## Mediaset Infinity: Get `beToken` |
| 9 | + |
| 10 | +1. **Log in** to [Mediaset Infinity](https://mediasetinfinity.mediaset.it). |
| 11 | + |
| 12 | +2. **Open Developer Tools** (press <kbd>F12</kbd>). |
| 13 | + |
| 14 | +3. Go to the **Application** tab (or **Storage** in some browsers). |
| 15 | + |
| 16 | +4. Find `beToken` in: |
| 17 | + - **Cookies** for the site, or |
| 18 | + - **Session Storage** under `accountData`. |
| 19 | + |
| 20 | +5. **Copy** the value of `beToken` and paste it into your `config.json`. |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +</TabItem> |
| 25 | +<TabItem value="crunchyroll" label="Crunchyroll"> |
| 26 | + |
| 27 | +## Crunchyroll: Get `etp_rt` and `x_cr_tab_id` |
| 28 | + |
| 29 | +1. **Log in** to [Crunchyroll](https://www.crunchyroll.com/). |
| 30 | + |
| 31 | +2. **Open Developer Tools** (<kbd>F12</kbd>). |
| 32 | + |
| 33 | +3. **Get `etp_rt`:** |
| 34 | + - Go to the **Application** tab. |
| 35 | + - Find the `etp_rt` cookie under **Cookies** for the site. |
| 36 | + - **Copy** its value for `config.json`. |
| 37 | + -  |
| 38 | + |
| 39 | +4. **Get `x_cr_tab_id`:** |
| 40 | + - Start playing any video. |
| 41 | + - Go to the **Network** tab. |
| 42 | + - Filter by **XHR** requests. |
| 43 | + - Select a request and find the `x-cr-tab-id` header. |
| 44 | + - **Copy** its value for `config.json`. |
| 45 | + -  |
| 46 | + |
| 47 | +</TabItem> |
| 48 | +</Tabs> |
0 commit comments