[fakku] add "read" extractor and "decode" postprocessor#9161
Draft
conquerorxx2 wants to merge 7980 commits intomikf:masterfrom
Draft
[fakku] add "read" extractor and "decode" postprocessor#9161conquerorxx2 wants to merge 7980 commits intomikf:masterfrom
conquerorxx2 wants to merge 7980 commits intomikf:masterfrom
Conversation
Add chapter and manga extractors for ww2.mangafreak.me with support for bonus chapters (e.g., 167e suffix).
- Fix image URL extraction pattern to handle img tags with id attribute - Use self.groups pattern instead of custom __init__ methods - Fix chapter list extraction to use correct table structure
- use BASE_PATTERN - fix manga, manga_id, chapter_id extraction - fix & extend 'manga' metadata results - extend test results
- fix manga and title extraction - fix 'chapter_minor' - extend test results
Was inadvertently caused by recent changes to range predicates Fixes regression introduced in c23beee
* [tiktok] extractor more story item list pages * [tiktok] invert hasMore logic
* [tiktok] First draft of a challenge resolver * use stdlib sha256 implementation * simplify 'resolve_challenge()' code * set cookie domain and expires timestamp * base64 -> binascii * Avoid incorrect padding exceptions --------- Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
some revisions have string values for 'file' and 'attachments' instead of the regular dicts
posts from '/v1/{service}/user/{creator_id}/post/{post_id}' already
include their revisions and don't need an additional API request
extract 'token' from a different location
- parent-directory - parent-metadata - parent-session - parent-skip - add general 'parent' option
* listal extractor * add listal to init * fix flake8 & formatting & extractor names/subcategories * remove 're' import * remove 'datetime' import * update & simplify extractors * update supportedsites * add tests --------- Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
for example '?order=asc&group=j0fsj3oem3&tlang=en'
fix '400 Bad Request' errors when retrieving more than the first batch of posts.
forward query parameters including 'token' to API requestsx
take missing values from 'directory'/'photo' data and share them with one another
when there are no media files
add 'segments' argument to 'build_directory()'
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.
What this PR does
This adds initial support for downloading and unscrambling images from fakku.net.
1. Extractor (read)
2. Postprocessor (decode)
Known Limitations & TODOs: