Github Downloader

This commit is contained in:
Nikhil Badyal
2023-07-12 18:31:25 +05:30
parent 25974e4904
commit df08451a3b
10 changed files with 130 additions and 73 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
"""APK Pure Downloader Class."""
from typing import Any
from loguru import logger
@@ -10,7 +10,7 @@ from src.utils import AppNotFound
class ApkPure(Downloader):
"""Files downloader."""
def latest_version(self, app: str) -> None:
def latest_version(self, app: str, **kwargs: Any) -> None:
"""Function to download whatever the latest version of app from
apkmirror.