Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaketurner616/pupget
Downloader / web scraper for ps3 update software.
https://github.com/jaketurner616/pupget
ps3 ps3-update ps3-update-package updatepup
Last synced: 5 days ago
JSON representation
Downloader / web scraper for ps3 update software.
- Host: GitHub
- URL: https://github.com/jaketurner616/pupget
- Owner: JakeTurner616
- License: gpl-3.0
- Created: 2022-08-14T07:15:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T08:31:19.000Z (12 months ago)
- Last Synced: 2023-12-04T09:28:29.487Z (12 months ago)
- Topics: ps3, ps3-update, ps3-update-package, updatepup
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PUPget
Downloader / web scraper for ps3 update software (UPDATE.PUP).
------------
# Description:PUPget is a very simple python script to download the absolute latest update software for PS3. The problem is that the PS3 Update software file host: https://dus01.ps3.update.playstation.net uses a locked down file structure for serving UPDATE.PUP files. This file host also associates unique hash values to each new release of the PS3 Update software and appends them to the file structure making traditional web scraping complex. This script circumvents this issue by scraping the host page directly.