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

Check list of cached torrents #439

Open
FalconEagleTest opened this issue Apr 2, 2021 · 2 comments
Open

Check list of cached torrents #439

FalconEagleTest opened this issue Apr 2, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request Request New resolver request

Comments

@FalconEagleTest
Copy link

Hi
I know that I can use resolveurl to check one magnet link to see if it's cached, is it possible to add support to check a list of infohash's to see if they are cached?
I know the Rd,pm,ad ... Api supports that.
It will help a lot I think instead of checking one by one.
Thank you.

@Gujal00
Copy link
Contributor

Gujal00 commented Apr 2, 2021

Though the api supports it, ResolveURL by nature receives a single link from an addon to resolve it to a playable url. It is not receiving multiple links at a time so cant be done in ResolveURL. You have to codethe api call in your addon if you want to check for a list.

@Gujal00 Gujal00 added the invalid This doesn't seem right label Apr 2, 2021
@FalconEagleTest
Copy link
Author

Yes I can but I will need to do that for every debrid service,
If it was supported by resolveurl, it would be super easy to use simply call for check_hash_list and your done .
Don't you think?

@Gujal00 Gujal00 added the enhancement New feature or request label Apr 11, 2021
@Gujal00 Gujal00 self-assigned this Apr 11, 2021
@Gujal00 Gujal00 added the Request New resolver request label Apr 11, 2021
@Gujal00 Gujal00 removed the invalid This doesn't seem right label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Request New resolver request
Projects
None yet
Development

No branches or pull requests

2 participants