🎨 Added apkmonk icon scrapper (#327)

This commit is contained in:
Nikhil Badyal
2023-08-26 21:33:39 +05:30
committed by GitHub
parent a7537f3342
commit fc4ce3fffe
3 changed files with 51 additions and 4 deletions
+4
View File
@@ -22,6 +22,10 @@ class APKComboIconScrapError(APKMirrorIconScrapError):
"""Exception raised when the icon cannot be scraped from apkcombo."""
class APKMonkIconScrapError(APKMirrorIconScrapError):
"""Exception raised when the icon cannot be scraped from apkmonk."""
class DownloadError(Exception):
"""Generic Download failure."""