Open
Conversation
Contributor
Author
|
I was a little unsure about dropping the extension checks on a4f7ae3a9f7c4b9bacb4e4ae7ee8a83424311ad5, but the ch.php API response is always a reliable set of |
8b1fdf7 to
4384f57
Compare
- Fixed redundancy in `parse_chapter_string` by centralizing the calculation of `_subfolder` and `_chapter_suffix` based on `_has_chapter` flag - Improved `EXCLUDED_PATHS` checking to use `startswith()` for more accurate URL filtering and prevention of false positives - Added full path for logout.php (`/member/logout.php`) to excluded paths - Removed duplicate calculations in `metadata()` method
4384f57 to
043ef0e
Compare
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.
Helloooo mikeee
So i just made extractor that support for downloading from doujindesu.tv :)
Implemented extractors:
DoujindesuMangaExtractorHandles
/manga/listing pages, fetching all available chapters.DoujindesuChapterExtractorHandles individual chapter pages and direct non-chapter posts containing images.
Limitations:
/manga/and chapter pages.Other sections of the site are currently not implemented.
Testing:
Notes:
gallery-dl -o browser=firefox --cookies doujindesucookies.txt https://doujindesu.tv/manga/example-title/the extractor generally works fine, but Cloudflare challenge may still appear occasionally. I don't know if that's because of my internet provider or something else.
Also includes:
extractor/__init__.pytest/results/doujindesu.pyLabel:
nsfwsite:supportcloudflarecategory:hmangacategory:manhwa