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:
@@ -46,6 +46,10 @@ class APKMirrorAPKDownloadError(APKDownloadError):
|
||||
"""Exception raised when downloading an APK from apkmirror failed."""
|
||||
|
||||
|
||||
class APKMonkAPKDownloadError(APKDownloadError):
|
||||
"""Exception raised when downloading an APK from apkmonk failed."""
|
||||
|
||||
|
||||
class APKMirrorAPKNotFoundError(APKDownloadError):
|
||||
"""Exception raised when apk doesn't exist on APKMirror."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user