This commit is contained in:
R. M
2022-12-12 21:06:58 -03:00
parent 789f7446d1
commit 5b9a047448
2 changed files with 4 additions and 5 deletions
+4 -3
View File
@@ -18,9 +18,9 @@ Some new features that I added:
## Setup
1. Install Python 3.8 or higher
2. Install the required packages using pip:
```
pip install -r requirements.txt
```
```
pip install -r requirements.txt
```
3. Add MP4Box and mp4decrypt to your PATH
* You can get them from here:
* MP4Box: https://gpac.wp.imt.fr/downloads/
@@ -38,6 +38,7 @@ pip install -r requirements.txt
* If you have previously used the old version of this script, you can just copy your `cookies.txt` and `token.txt` files from the old version to the `login` folder. You will have to add `Bearer ` before your token on the `token.txt` file.
5. Put your L3 CDM (`device_client_id_blob` and `device_private_key` files) on `pywidevine/L3/cdm/devices/android_generic` folder
* You can get your L3 CDM by using wvdumper: https://github.com/wvdumper/dumper
## Usage
```
python gamdl.py [OPTIONS] [URLS]
-2
View File
@@ -532,5 +532,3 @@ if __name__ == '__main__':
if not args.skip_cleanup:
shutil.rmtree(gamdl.temp_path)
print(f'Finished ({error_count} error(s)).')