Direct download Indexer - #36
Open
Pfuenzle wants to merge 4 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds an ebook-only Direct Download Indexer and workflow.
For each indexer, multiple mirro URLs can be added, with the first having priority and the rest being used as a fallback. The type of direct download site is detected with a probing when saving the Indexer. RSS is not yet supported, since I didnt find a method to check for new uploads.
An optioenal API-Key can be added for Fast downloads. Also, a slow-download fallback is implemented, which is using playwright. This will be used, when activated, if all fast downloads in the last 24 hours are already used or if no API key for fast downloads is set.
After grabbing, the download is downloaded without an additional Download Client and will be imported accordingly
Fixes
None (Some Feature requests)
Database Migration
NO
How was this tested?
What you ran and on what setup (OS, Docker or native). Include steps to
reproduce if it's a fix.
DotNet-tests, manual testing (Server running in Docker), with productive usage over multiple days
Screenshots (UI changes only)