Added apkpure scrapper (#336)

This commit is contained in:
Nikhil Badyal
2023-08-27 10:24:12 +05:30
committed by GitHub
parent 0ec0e597fb
commit f7bc2831e4
3 changed files with 40 additions and 7 deletions
+4
View File
@@ -22,6 +22,10 @@ class APKComboIconScrapError(APKMirrorIconScrapError):
"""Exception raised when the icon cannot be scraped from apkcombo."""
class APKPureIconScrapError(APKMirrorIconScrapError):
"""Exception raised when the icon cannot be scraped from apkpure."""
class APKMonkIconScrapError(APKMirrorIconScrapError):
"""Exception raised when the icon cannot be scraped from apkmonk."""