Added apkmonk scrapper (#324)

This commit is contained in:
Nikhil Badyal
2023-08-26 19:06:39 +05:30
committed by GitHub
parent 716fa3c418
commit a641502ea1
5 changed files with 115 additions and 4 deletions
+6 -3
View File
@@ -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.