Conversation
- split 'user' extractor into 'works' & 'sent-requests' extractors - use BASE_PATTERN & USER_PATTERN - use self.groups
less class definitions for the same code
use f-strings etc
- add table of contents - use more links - reword & reformat general description text - use HTML entities for double curly braces to prevent Jekyll from interpreting them as template expressions
increases image size from 230 MB to 235 MB
requires 'token'
Fix 'quoted_by_id_str' to use parent tweet id
additionally break out webkit support for future webkit based browsers/toolsd
fixes regression introduced in 09f0ba8
- 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
iseeface
force-pushed
the
extractor/doujindesu
branch
from
September 30, 2025 14:49
4384f57 to
043ef0e
Compare
This branch has not been deployed
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