* feat(AnimeSama): Support multiple version of scan (Color and colorless for exemple)
* update(AnimeSama)
* fix(AnimeSama): Use Scanlators not multiple entries
* fix(AnimeSama): No more requests in chapterListRequest only in chapterListParse
Also removed the 'page number' filter - would have to reimplement it
with the new format, which seems like effort. Also, such features are
better suited for the app to implement directly.
* CloudRecess multisrc
* ScyllaScans: move to cloudrecess multisrc
* FleksyScans: new source
* remove baseUrl
* simplify popular
always use /manga which isn't technically popular but list of all manga which is good enough
* HentaiSlayer (ar): move to cloudrecess
* remove CloudRecess (en): site appears to be dead
* small change
* rename
* review changes
why do I forget headers
* add alternative titles to description
* parse filters from popular and search response
avoid extra call
* remove placeholder author/artist
* LelscanVF: move to FuzzyDoodle
also improve date parsing
* add icons to lelscanvf
* flexyScans: change icon
other one is of Aksy Scan which also posts on the site
* i hate this theme
* bump
* remove useless slug update
* lint
* Update series slug on chapter list update
This was made for sources that changed slugs constantly.
Currently no one uses it, but who knows if they enable that again
* what an unstable experience
* Remove empty lines
* Fix intl
* newline
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* why my build took 5 minutes
* I hate iguanas
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* remove randomua from madara
* don't use page path for page=1
* add back `madara_load_more`
* cleanup i18n and filters
* load more in a new source
* move back the filters
not worth it
* fix build
* altname to i18n as well
* utf-8
* Revert "utf-8"
This reverts commit 1335bc1b478da54d3a5eb6333ac1a26e3ee2825b.
* utf-8
* autodetect load_more_request
* load genres in background
* make genre classes protected
remove unnecessary change
* fetch genres changes
* launchIO countviews
* don't explicitly optin
* cleanup some request overrides
* make `useLoadMoreRequest` enum to be able to disable autodection where necessary
* fix logic
bruh
* use state variables
* defer countViews in overrides as well
* lint
* select().first -> selectFirst
* `load_more` search as well
* detect in search as well
* remove slipped override
* move detection to the function
* remove fetchGenreFailed
* don't use GlobalScope
* tweak load_more_request parameters
* remove ancient connectTimeout/readTimeout
already present in the client provided by the app
* small cleanup