-
Notifications
You must be signed in to change notification settings - Fork 321
Fixed the 429 error on Ranobes for Novels Fetching #2387
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
Closed
Closed
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
dba9710
RanobeChangesFinal
D3ICIDE 16331d1
small fix
D3ICIDE 2f61fe4
Potential fix for pull request finding
D3ICIDE 58464fb
LunoxScans
D3ICIDE d10d3e2
Update publish-plugins.yml
D3ICIDE 52053b7
LunoxScans
D3ICIDE 0207b6f
Merge branch 'Lunox-Scans'
D3ICIDE 6137481
changes
D3ICIDE f9bb3dc
Merge branch 'Lunox-Scans'
D3ICIDE 1cdffe5
change
D3ICIDE File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,264 @@ | ||
| { | ||
| "filters": { | ||
| "genre[]": { | ||
| "type": "Checkbox", | ||
| "label": "Genre", | ||
| "value": [], | ||
| "options": [ | ||
| { | ||
| "label": "Action", | ||
| "value": "action" | ||
| }, | ||
| { | ||
| "label": "Adult", | ||
| "value": "adult" | ||
| }, | ||
| { | ||
| "label": "Adventure", | ||
| "value": "adventure" | ||
| }, | ||
| { | ||
| "label": "Chaebol", | ||
| "value": "chaebol" | ||
| }, | ||
| { | ||
| "label": "Comedy", | ||
| "value": "comedy" | ||
| }, | ||
| { | ||
| "label": "Drama", | ||
| "value": "drama" | ||
| }, | ||
| { | ||
| "label": "Fantasy", | ||
| "value": "fantasy" | ||
| }, | ||
| { | ||
| "label": "Growth", | ||
| "value": "growth" | ||
| }, | ||
| { | ||
| "label": "Harem", | ||
| "value": "harem" | ||
| }, | ||
| { | ||
| "label": "Historical", | ||
| "value": "historical" | ||
| }, | ||
| { | ||
| "label": "Horror", | ||
| "value": "horror" | ||
| }, | ||
| { | ||
| "label": "Isekai", | ||
| "value": "isekai" | ||
| }, | ||
| { | ||
| "label": "Josei", | ||
| "value": "josei" | ||
| }, | ||
| { | ||
| "label": "Magic", | ||
| "value": "magic" | ||
| }, | ||
| { | ||
| "label": "Martial Arts", | ||
| "value": "martial-arts" | ||
| }, | ||
| { | ||
| "label": "Mature", | ||
| "value": "mature" | ||
| }, | ||
| { | ||
| "label": "Mecha", | ||
| "value": "mecha" | ||
| }, | ||
| { | ||
| "label": "Modern", | ||
| "value": "modern" | ||
| }, | ||
| { | ||
| "label": "Mystery", | ||
| "value": "mystery" | ||
| }, | ||
| { | ||
| "label": "Possession", | ||
| "value": "possession" | ||
| }, | ||
| { | ||
| "label": "Psychological", | ||
| "value": "psychological" | ||
| }, | ||
| { | ||
| "label": "Regression", | ||
| "value": "regression" | ||
| }, | ||
| { | ||
| "label": "Reincarnation", | ||
| "value": "reincarnation" | ||
| }, | ||
| { | ||
| "label": "Revenge", | ||
| "value": "revenge" | ||
| }, | ||
| { | ||
| "label": "Reverse", | ||
| "value": "reverse" | ||
| }, | ||
| { | ||
| "label": "Romance", | ||
| "value": "romance" | ||
| }, | ||
| { | ||
| "label": "Royalty", | ||
| "value": "royalty" | ||
| }, | ||
| { | ||
| "label": "s", | ||
| "value": "s" | ||
| }, | ||
| { | ||
| "label": "School Life", | ||
| "value": "school-life" | ||
| }, | ||
| { | ||
| "label": "Sci-fi", | ||
| "value": "sci-fi" | ||
| }, | ||
| { | ||
| "label": "Seinen", | ||
| "value": "seinen" | ||
| }, | ||
| { | ||
| "label": "Shoujo", | ||
| "value": "shoujo" | ||
| }, | ||
| { | ||
| "label": "Shounen", | ||
| "value": "shounen" | ||
| }, | ||
| { | ||
| "label": "Slice of Life", | ||
| "value": "slice-of-life" | ||
| }, | ||
| { | ||
| "label": "Sports", | ||
| "value": "sports" | ||
| }, | ||
| { | ||
| "label": "Supernatural", | ||
| "value": "supernatural" | ||
| }, | ||
| { | ||
| "label": "Tragedy", | ||
| "value": "tragedy" | ||
| }, | ||
| { | ||
| "label": "Warrior", | ||
| "value": "warrior" | ||
| }, | ||
| { | ||
| "label": "Wuxia", | ||
| "value": "wuxia" | ||
| }, | ||
| { | ||
| "label": "x", | ||
| "value": "x" | ||
| } | ||
| ] | ||
| }, | ||
| "op": { | ||
| "type": "Switch", | ||
| "label": "having all selected genres", | ||
| "value": false | ||
| }, | ||
| "author": { | ||
| "type": "Text", | ||
| "label": "Author", | ||
| "value": "" | ||
| }, | ||
| "artist": { | ||
| "type": "Text", | ||
| "label": "Artist", | ||
| "value": "" | ||
| }, | ||
| "release": { | ||
| "type": "Text", | ||
| "label": "Year of Released", | ||
| "value": "" | ||
| }, | ||
| "adult": { | ||
| "type": "Picker", | ||
| "label": "Adult content", | ||
| "value": "", | ||
| "options": [ | ||
| { | ||
| "label": "All", | ||
| "value": "" | ||
| }, | ||
| { | ||
| "label": "None adult content", | ||
| "value": "0" | ||
| }, | ||
| { | ||
| "label": "Only adult content", | ||
| "value": "1" | ||
| } | ||
| ] | ||
| }, | ||
| "status[]": { | ||
| "type": "Checkbox", | ||
| "label": "Status", | ||
| "value": [], | ||
| "options": [ | ||
| { | ||
| "label": "OnGoing", | ||
| "value": "on-going" | ||
| }, | ||
| { | ||
| "label": "Completed", | ||
| "value": "end" | ||
| }, | ||
| { | ||
| "label": "Canceled", | ||
| "value": "canceled" | ||
| }, | ||
| { | ||
| "label": "On Hold", | ||
| "value": "on-hold" | ||
| }, | ||
| { | ||
| "label": "Upcoming", | ||
| "value": "upcoming" | ||
| } | ||
| ] | ||
| }, | ||
| "m_orderby": { | ||
| "type": "Picker", | ||
| "label": "Order by", | ||
| "value": "", | ||
| "options": [ | ||
| { | ||
| "label": "Relevance", | ||
| "value": "" | ||
| }, | ||
| { | ||
| "label": "Latest", | ||
| "value": "latest" | ||
| }, | ||
| { | ||
| "label": "A-Z", | ||
| "value": "alphabet" | ||
| }, | ||
| { | ||
| "label": "Most Views", | ||
| "value": "views" | ||
| }, | ||
| { | ||
| "label": "New", | ||
| "value": "new-manga" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.