Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qb.download_from_link doesn't work with Lists #21

Closed
faulander opened this issue May 5, 2018 · 5 comments
Closed

qb.download_from_link doesn't work with Lists #21

faulander opened this issue May 5, 2018 · 5 comments

Comments

@faulander
Copy link

faulander commented May 5, 2018

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
Copy link
Author

No feedback?

@v1k45
Copy link
Owner

v1k45 commented May 30, 2018

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

@cheenar
Copy link
Contributor

cheenar commented Aug 4, 2018

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

@zeroone2numeral2
Copy link

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

@github-actions
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants