mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Added apkmonk scrapper (#324)
This commit is contained in:
@@ -202,18 +202,21 @@ You can use any of the following methods to build.
|
||||
```
|
||||
You can also provide DL to the clean apk instead of providing DL_SOURCES as mentioned in this [note](#app-dl).
|
||||
Supported Scrappers are:
|
||||
1. APKMIRROR - Supports downloading any versions
|
||||
1. APKMIRROR - Supports downloading any available version
|
||||
1. Link Format - https://www.apkmirror.com/apk/<organisation-name>/app-name/
|
||||
2. Example Link - https://www.apkmirror.com/apk/google-inc/youtube/
|
||||
2. UPTODOWN - Supports downloading any versions
|
||||
2. UPTODOWN - Supports downloading any available version
|
||||
1. Link Format - https://<app-name>.en.uptodown.com/android
|
||||
2. Example Link - https://spotify.en.uptodown.com/android
|
||||
3. APKSOS - Supports downloading any versions
|
||||
3. APKSOS - Supports downloading any available version
|
||||
1. Link Format - https://apksos.com/download-app/<package-name>
|
||||
2. Example Link - https://apksos.com/download-app/com.expensemanager
|
||||
4. APKPURE - Supports downloading only latest version
|
||||
1. Link Format - https://d.apkpure.com/b/APK/<package-name>?version=latest
|
||||
2. Example Link - https://d.apkpure.com/b/APK/com.google.android.youtube?version=latest
|
||||
5. APKMonk - Supports downloading any available version
|
||||
1. Link Format - https://www.apkmonk.com/app/<package-name>/
|
||||
2. Example Link - https://www.apkmonk.com/app/<package-name>/
|
||||
|
||||
<br>Please verify the source of original APKs yourself with links provided. I'm not responsible for any damage
|
||||
caused.If you know any better/safe source to download clean. Open a discussion.
|
||||
|
||||
Reference in New Issue
Block a user