You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A program to download and install microsoft store apps, for cli version check [
11
11
- Can install already downloaded microsoft store apps (appx,msix,appxbundle...)
12
12
- Can get microsoft store apps by providing its url
13
13
- Uses custom link generation to produce download links using API from [StoreLib](https://github.com/StoreDev/StoreLib) and [MS-Store-API](https://github.com/ThomasPe/MS-Store-API)
14
-
- Uses [concurrent/multi-part downloader](https://stackoverflow.com/questions/93642/how-do-download-accelerators-work) using [pypdl](https://github.com/m-jishnu/pypdl) for fast downloading
14
+
- Uses [concurrent/multi-part downloader](https://stackoverflow.com/questions/93642/how-do-download-accelerators-work) using [pypdl](https://github.com/mjishnu/pypdl) for fast downloading
15
15
- Can resume interrupted downloads
16
16
- Automatically use a new url in case current one expires
17
17
- Downloads and install app along with all dependencies
@@ -24,7 +24,7 @@ A program to download and install microsoft store apps, for cli version check [
24
24
- System architecture of the user(x64/x32)
25
25
- Favorable type(these are decrypted file formats, which doesn't need admin privilage to install)
26
26
- Latest version
27
-
- Then it retrives the download links for the parsed data using the API and the files are downloaded using [pypdl](https://github.com/m-jishnu/pypdl), which allows for concurrent/multi-part downloading this makes the download faster.It also has the ability to resume interrupted downloads and can also automatically use a new url in case current download link expires.
27
+
- Then it retrives the download links for the parsed data using the API and the files are downloaded using [pypdl](https://github.com/mjishnu/pypdl), which allows for concurrent/multi-part downloading this makes the download faster.It also has the ability to resume interrupted downloads and can also automatically use a new url in case current download link expires.
28
28
- Finally it installs the downloaded files via System.Management.Automation.dll using [pythonnet](https://pypi.org/project/pythonnet)
0 commit comments