Skip to content

v3.0.0

Compare
Choose a tag to compare
@trim21 trim21 released this 17 Aug 13:08
· 666 commits to master since this release

Bug Fixes

  • client: failed to add url which is http url but not end with 'torrent' (#16)

Code Refactoring

  • return File object instead of returning a dict (#23)
  • Client will use yarl to build url

BREAKING CHANGES

  • Torrent.files() will return List[File]
    Client.get_files() will return Dict[int, List[File]]
  • Client args address and user is not available anymore

Features

  • check rpc version for kwargs