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

Include external download URL in resource information #39

Closed
Phoenix616 opened this issue Dec 31, 2020 · 3 comments · Fixed by #67
Closed

Include external download URL in resource information #39

Phoenix616 opened this issue Dec 31, 2020 · 3 comments · Fixed by #67
Labels
enhancement New feature or request

Comments

@Phoenix616
Copy link

Phoenix616 commented Dec 31, 2020

It would be nice if the resource endpoints could include a field for the latest external download URL if that is set.

The thinking behind this is that downloading from Spigot directly via the api will most likely not happen for various reasons (see #7) so being able to at least access external downloads and then let them handle whether or not they want automatic downloads would be the next best option imo..

Currently that information is only accessible via the redirect of the download button link which of course is locked behind cloudflare. :S

@Phoenix616 Phoenix616 changed the title Include external download URL in resource infsrmation Include external download URL in resource information Dec 31, 2020
@bolandnick18
Copy link

Please add this?

@MrIvanPlays
Copy link

there are various ways to bypass cloudflare and get the html code of the resource page, then use a reader and get the download link, but you can never get it to properly download.
thats why i targeted downloading a resource's version rather than getting a download link.

@Phoenix616
Copy link
Author

thats why i targeted downloading a resource's version rather than getting a download link.

This issue is about including the external link(s) to external downloads in the returned information if a resource provided them. That way automatic downloads would be possible for those resources if they link to a page which allows such actions (e.g. github releases). Direct download from Spigot is a difforent issue and bypassing cloudflare is not a viable solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants