More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Download Enabler | |title=Download Enabler | ||
Line 18: | Line 12: | ||
|source=https://github.com/TheOfficialFloW/VitaTweaks | |source=https://github.com/TheOfficialFloW/VitaTweaks | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |||
|title_mode=append | |||
|image=downloadenablervita2.png | |||
|image_alt=Download Enabler | |||
}} | |||
The official PS Vita webbrowser is only able to downloaded media files. | The official PS Vita webbrowser is only able to downloaded media files. | ||
Revision as of 11:27, 10 Ocak 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.