Skip to content

New features and QoL

Latest
Compare
Choose a tag to compare
@nikolajlauridsen nikolajlauridsen released this 22 Mar 11:45
· 22 commits to master since this release

Ratio clean has arrived!

Again a lot has happened, but the major addition in this release is the ratio cleaning functionality.
After all, images have been downloaded prawpapers will go through all the downloaded images and delete any images whose ratio doesn't match the minsize within a 5% margin, this margin can be changed by changing the rlock value.
If you wish to disable ratio clean simple set rlock to a value of 0.

Downloading by search term has also added, so if you want to download a lot of pictures of Nissan Silvia's you can simply launch prawpapers like this

py prawpapers -s Nissan -q Silvia

Prawpapers will then search the Nissan subreddit for 'Silvia' and download any images in the search result.

Changelist:

  • Added ratio cleaning.
  • Added search functionality.
  • Added option to reset config in the config menu.
  • Added option to list current settings in the config menu.
  • Minor config tweaks.
  • Verbose mode has been made truly verbose.
  • Logging has been improved (No more Unicode errors).
  • Various tweaks and fixes.