Added apkcombo scrapper

This commit is contained in:
Nikhil Badyal
2023-08-07 22:25:52 +05:30
parent 7863e9f7ae
commit 0fe30818b5
2 changed files with 32 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
class APKMirrorScrapperFailure(Exception):
"""Failed to scrap icon from apkmirror."""
pass