File tree Expand file tree Collapse file tree 5 files changed +0
-225
lines changed
Expand file tree Collapse file tree 5 files changed +0
-225
lines changed Original file line number Diff line number Diff line change 22
33Follow the instructions below to obtain the required keys for each streaming service and add them to your ` config.json ` .
44
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- ![ beToken location] ( ./img/mediasetinfinity_beToken.png )
23-
24- </TabItem >
25- <TabItem value =" crunchyroll " label =" Crunchyroll " >
26-
275## Crunchyroll: Get ` etp_rt ` and ` x_cr_tab_id `
286
2971 . ** Log in** to [ Crunchyroll] ( https://www.crunchyroll.com/ ) .
Original file line number Diff line number Diff line change 2929 run : |
3030 PYTHONPATH=$PYTHONPATH:$(pwd) python -m Test.Util.loadSearchApi
3131
32- test-os-path :
33- name : Test OS Path
34- runs-on : ubuntu-latest
35-
36- steps :
37- - uses : actions/checkout@v3
38-
39- - name : Set up Python
40- uses : actions/setup-python@v4
41- with :
42- python-version : ' 3.11'
43-
44- - name : Install dependencies
45- run : |
46- python -m pip install --upgrade pip
47- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
48-
49- - name : Run osPath test
50- run : |
51- PYTHONPATH=$PYTHONPATH:$(pwd) python -m Test.Util.osPath
52-
5332 ruff-lint :
5433 name : Lint with Ruff
5534 runs-on : ubuntu-latest
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments