-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added multiple QoL improvements + fixed slow download speeds (#112)
* - Added "Bypass SSL" option to ignore the weird Sony SSL when grabbing update meta file (without this sometimes Windows would not load the meta file) - Added "Add all updates to queue automatically" option to more quickly search for a title id and add all the updates to queue without opening the additional window - Exported links will contain `#name` and `#folder` to easily import them in jDownloader. The format for the folder is `GAME [TITLEID]` and the update files will be renamed to `GAME [TITLEID] VERSION.pkg` (make sure to import the jDownloader packagizer rule - Improved title id detection (eg. "BLES01807" was working but "BLES-01807" was not. The dashes are now ignored) * - Fixed slow download speeds - Folder and file names are now using the same format as the exported URL params * - updated README.md * - There is no need to restart the app in order for the "Bypass SSL" setting to be read correctly --------- Co-authored-by: Radu Ursache <[email protected]>
- Loading branch information
Showing
6 changed files
with
115 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.