More actions
No edit summary |
m (Text replacement - "Category:Support the author" to "") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | |||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |||
|title_mode=append | |||
|image=downloadenablervita2.png | |||
|image_alt=Download Enabler | |||
}} | |||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Download Enabler | |title=Download Enabler | ||
Line 11: | Line 17: | ||
|website=https://github.com/TheOfficialFloW/VitaTweaks | |website=https://github.com/TheOfficialFloW/VitaTweaks | ||
|source=https://github.com/TheOfficialFloW/VitaTweaks | |source=https://github.com/TheOfficialFloW/VitaTweaks | ||
|donation=https://www.patreon.com/TheOfficialFloW | |||
}} | }} | ||
The official PS Vita webbrowser is only able to downloaded media files. | The official PS Vita webbrowser is only able to downloaded media files. | ||
Latest revision as of 04:06, 17 Mayıs 2024
Download Enabler | |
---|---|
General | |
Author | TheFloW |
Type | Plugins |
Version | 5 |
License | Mixed |
Last Updated | 2018/03/07 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
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.