Downloader
This commit is contained in:
5
WSAppDownloader.py
Normal file
5
WSAppDownloader.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from modules.storergadguard import get_files
|
||||
from modules.dl import download
|
||||
|
||||
download(get_files(input("Enter Microsoft Store URL: ")), input("Enter save path: "),
|
||||
input("Enter architecture (x64/x86): "))
|
||||
Reference in New Issue
Block a user