python-qBittorrent icon indicating copy to clipboard operation
python-qBittorrent copied to clipboard

how to wait untill download is finished

Open furjac opened this issue 3 years ago • 0 comments

plz help me with this wait untill download finished and do something torrent_file = open('game.torrent', 'rb') qb.download_from_file(torrent_file, save_path=os.getcwd()) d = qb.torrents() for torrent in d: name = torrent['name'] hash = torrent['hash']

now how to print download progress or wait untill download is finished

furjac avatar May 13 '22 11:05 furjac