- Add new methods:
pause
,unpause
,toggle_pause
: : Pause/Resume download queue.stop_all_downloads
: Abort all running downloads.restart_failed
: Restart all failed files.toggle_reconnect
: Toggle reconnect activationdelete_finished
: Delete all finished files and completly finished packages.restart
: Restart pyload core.free_space
: Get available free space at download directory in bytes.
- Add pytest unit testing for login method
- Refactored
get_status
andversion
methods
- Change logging to debug
- username and password changed to mandatory arguments
- Make dataclasses subscriptable
- Fix login and get_status not raising InvalidAuth when unauthorized
- Initial commit