More actions
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (Plugins) - GameBrew! |title_mode=append |image=downloadenablervita.jpg |image_alt=Download Enabler }} {{In...") |
m (Text replacement - "Category:Support the author" to "") |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=downloadenablervita2.png | ||
|image_alt=Download Enabler | |image_alt=Download Enabler | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Download Enabler | |title=Download Enabler | ||
|image= | |image=downloadenablervita2.png | ||
|description=Allows to download any file from webbrowser. | |description=Allows to download any file from webbrowser. | ||
|author=TheFloW | |author=TheFloW | ||
|lastupdated=2018/03/07 | |lastupdated=2018/03/07 | ||
|type=Plugins | |type=Plugins | ||
|version= | |version=5 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/downloadenablervita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/downloadenablervita.7z | ||
|website= | |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. | |||
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. | |||
== External links == | == External links == | ||
* | * GitHub - [https://web.archive.org/web/20180312145649/https://github.com/TheOfficialFloW/DownloadEnabler https://github.com/TheOfficialFloW/DownloadEnabler] (archived) | ||
* | * GitHub - https://github.com/TheOfficialFloW/VitaTweaks/tree/master/DownloadEnabler | ||
* | * VitaDB - https://vitadb.rinnegatamante.it/#/info/275 | ||
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.