Skip to content

pynps 1.6.1

Compare
Choose a tag to compare
@evertonstz evertonstz released this 16 Jun 20:03
· 30 commits to master since this release

Pypi release is updated. Upgrade with pip using:

pip install pynps --upgrade

Binaries won't be available until pyinstaller starts working on python 3.8, anyone interested can track it here

Changelog

Support for downloading PS3 avatars #18, implemented by @smvueno at #21

Users can now download avatars for PS3, as any other PS3 pkg these will also not be extracted, but .rap will be downloaded when available. Users should use the flags -A, --avatars or -da to download pkgs from this category:

# this will search for Ratchet and Clank avatars
pynps -Ac ps3 'Ratchet and Clank'

As always, everything related to this console is saved inside a PS3 directory located in your download's folder.

d7d21e8

BUG fixes

  • fixes flags not being checked for PSM 845ee5e
  • fixes force exit when using an unsupported flag alongside a supported one 3ac6ed5
  • fixes user being able to use -zip alongside -cso or -eb 41f0bf0
  • fixes flags' description, adds PS3 to all supported flags and fixes description for download resume 5d9ac9e
  • allow users to call --version with -v 7e0792f