python-qBittorrent
python-qBittorrent copied to clipboard
Endpoints are out of date
def torrents(self):
"""Get torrent list"""
return self._get('json/torrents')
These /json endpoints no longer exist. The API for torrents is now available on /api/v2/torrents/info.
Some methods are only supported in qBittorent's latest version (v3.3.1 when writing).
I guess that explains it. I'm using v5.0.4. I guess I'll go just write this all myself or find a different package.