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

qb.download_from_link doesn't work with Lists

Open faulander opened this issue 7 years ago • 4 comments

Qbittorrent: 4.0.4 OS: Windows 10 Python: 2.7

Downloadlist is a list populated with a few items. Category is "Movies" in this case. I always get into the Except-State.

`if len(Downloadlist)>0:

try:

    qb.download_from_link(Downloadlist, category=category)

    for i in Downloadlist:

        completed.append(i)

        print("Added: ", i)

except:

    print("Download could not be added to qBittorrent\n")

`

faulander avatar May 05 '18 18:05 faulander

No feedback?

faulander avatar May 30 '18 12:05 faulander

Sorry @faulander I totally forgot about this. Will try to reproduce this issue later today.

v1k45 avatar May 30 '18 12:05 v1k45

@faulander submitted a pull request that fixes this issue (if you are still interested).

cheenar avatar Aug 04 '18 10:08 cheenar

I guess this can be closed because of 04f9482, right?

zeroone2numeral2 avatar Nov 02 '18 16:11 zeroone2numeral2

Stale issue message

github-actions[bot] avatar Oct 20 '23 21:10 github-actions[bot]