https://github.com/1024mb/revanced-auto-patcher
Automatically download and patch latest supported YouTube Android app with ReVanced
https://github.com/1024mb/revanced-auto-patcher
autopatcher revanced revanced-youtube
Last synced: 3 months ago
JSON representation
Automatically download and patch latest supported YouTube Android app with ReVanced
- Host: GitHub
- URL: https://github.com/1024mb/revanced-auto-patcher
- Owner: 1024mb
- License: agpl-3.0
- Created: 2024-04-07T07:16:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-31T20:22:56.000Z (5 months ago)
- Last Synced: 2026-01-05T07:34:52.991Z (5 months ago)
- Topics: autopatcher, revanced, revanced-youtube
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dependencies:
- requests
- playwright
If first use you have to run this with `--init` for the configuration file to be created. Afterwards it will
download the latest tools (ReVanced CLI, Patches, Integrations), then the YouTube APK file and finally it will start
patching the APK.
You can also specify some options:
* If running `--init`:
1. With `--conf` where the configuration file should be stored. This must be a path to a file.
2. With `--store-path` where all the files will be downloaded. This must be a path to a directory.
3. With `--output` where the patched APK will be stored. This must be a path to a directory.
* If **not** running `--init`:
1. With `--conf` where the configuration file should be loaded from. It must be a path to a file.
Default values: [*all located in the current working directory (where the terminal/cmd window is initiated)*]
* `--conf`: "auto-path.json" file.
* `--store-path`: "\tmp" directory.
* `--output`: "\output" directory.
*YouTube apk file is downloaded from Apk-pure.*