* Comix init
* Add genre, author and artist parsing
* add search and filters
* hardcode genres and themes
* Add the ability to retrieve chapter pages (#1)
Co-authored-by: EgoMaw <dev@egomaw.net>
* Add a pref for deduplicating chapters, cleanup code
* fix api path
* apparently sometimes the synopsis can be null, or an empty string
* changes according to feedback
* fix pagination, and dont call func inside map when not needed
* Fix chapter list parsing ignoring first page and remove unused fields from DTOs
* dont use custom Json instance
---------
Co-authored-by: Hiirbaf <42479509+Hiirbaf@users.noreply.github.com>
* 1
* 2
* 3
* fix ikiru with json cleaner
* cleaning
* also clean json for parsing genre list
* dse
* saving manga ID to desc so only use call once
* fix okhttp client building override and cleanup
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Don't use DTO chapter number as it is , not actual chapter number
* Add Exclude Genres preference
* pump version
* Move 'Show scanlations' to preferences
* Add source to tags so it can be searched with filter by clicking on it
* Don't sort by relevant if filtering without query string
* Some sources prefer 'number_sort'
* catching error
* optimize
* fix: cannot retrieve mangas when framagit.org is unreachable
since it is used only for translated titles, we can omit that if it is unreachable
* fix: fails to retrieve chapter list because the website changed
* fix: page list parsing
* feat: add support for mini theather fantasy
* bump version
* refactor: use tryParse util
* refactor: remove unnecessary !!
* added support for paid chapter filtering
* updated extension version correctly
* using config screen correctly with orginal theme class
* Update src/en/drakescans/src/eu/kanade/tachiyomi/extension/en/drakescans/DrakeScans.kt
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* feat: nova lib para mediocretoons
* Movendo código do multisrc orangeshit para o pacote mediocretoons
* Removendo multisrc orangeshit
* Atualizando .gitignore
* Adicionando filtros completos
* fix: correção das review
- add novas url api e imagens temporarias, até retornar as originais
- add name.toSlug para wevbiew
* Atualizar o .gitignore
* Update .gitignore
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Manhuarm.kt
* ManhuarmDto.kt
fixed error bad base64 and chapters not loading for some entries
* Update Manhuarm.kt
Improved nonce extraction by scanning <script> tags for const nonce and adding a fallback value for better reliability.
* Manhuarm.kt
* Update build.gradle
* Update Manhuarm.kt
Fixed popular and latest not showing
Added more robust Nonce regex
Added Custom User Agent feature
* Update ManhuarmDto.kt
* Update build.gradle
Changed BaseUrl
* Update Manhuarm.kt
Changed Url
* Update build.gradle
* removed base64 method since it's not used anymore
* Updated new ocr data fetch
* changed ratelimit