Skip to content

Commit c090c83

Browse files
committed
v12
1 parent 4fb9c9a commit c090c83

File tree

5 files changed

+0
-225
lines changed

5 files changed

+0
-225
lines changed
-213 KB
Binary file not shown.

.github/.site/login.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,6 @@
22

33
Follow 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

297
1. **Log in** to [Crunchyroll](https://www.crunchyroll.com/).

.github/workflows/testing.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,6 @@ jobs:
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

Test/Util/loadSearchApi.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

Test/Util/osPath.py

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)