Skip to content

Commit c725cbd

Browse files
authored
Merge pull request #71 from drogga/patch-1
2 parents 2a7319e + 5e1b775 commit c725cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A program to download and install microsoft store apps, for cli version check [
1111
- Can install already downloaded microsoft store apps (appx,msix,appxbundle...)
1212
- Can get microsoft store apps by providing its url
1313
- 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
1515
- Can resume interrupted downloads
1616
- Automatically use a new url in case current one expires
1717
- 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 [
2424
- System architecture of the user(x64/x32)
2525
- Favorable type(these are decrypted file formats, which doesn't need admin privilage to install)
2626
- 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.
2828
- Finally it installs the downloaded files via System.Management.Automation.dll using [pythonnet](https://pypi.org/project/pythonnet)
2929

3030
<img width="1060" alt="1-min" src="https://user-images.githubusercontent.com/83004520/226940878-11cfb8ca-074e-4876-8a38-142559f5116b.png">

0 commit comments

Comments
 (0)