Download Enabler Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
Copy download_enabler.suprx to ux0(ur0):tai/. | Copy download_enabler.suprx to ux0(ur0):tai/. | ||
Edit tai/config.txt and enable it in *main as follows (change to ur0 if you | Edit tai/config.txt and enable it in *main as follows (change to ur0 if you store the plugin there) | ||
*main | *main | ||
Revision as of 06:59, 7 January 2023
| Download Enabler | |
|---|---|
| General | |
| Author | TheFloW |
| Type | Plugins |
| Version | 5 |
| License | Mixed |
| Last Updated | 2018/03/07 |
| Links | |
| Download | |
| Website | |
| Source | |
The official PS Vita webbrowser is only able to downloaded media files.
This plugin removes that limitation and allows you to download any files from the webbrowser to ux0:download. It also fixes a mistake in Sony's code where a HEAD request was made instead of a GET request.
Content that do not have a Content-Length entity-header field are not supported.
Installation
Copy download_enabler.suprx to ux0(ur0):tai/.
Edit tai/config.txt and enable it in *main as follows (change to ur0 if you store the plugin there)
*main ux0:tai/download_enabler.suprx
Changelog
v5
- Added support for 3.68.
v4
- Added support for 3.65 retail and 3.67 retail.
- Added support for 3.60 PDEL and 3.60 PTEL.
v3
- Improved code and now files with don't overwrite existing files anymore, but are saved as filename (X).ext.
v2
- Fixed bug in Sony webbrowser where a HEAD request was made instead of a GET request. This also fixed the Cannot download using this system bug.
- Changed download folder to ux0:download.
v1
- First Release.