* Modifying the inability to make a chapter when the manga title is too long
* Update src/ko/newtoki/src/eu/kanade/tachiyomi/extension/ko/newtoki/NewToki.kt
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* Update src/ko/newtoki/src/eu/kanade/tachiyomi/extension/ko/newtoki/NewToki.kt
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* naver: fix author parsing
* simplify joinToString
* handle on hiatus status
* use when expression
* adjust order of checks for status
i have found a couple entries that have both rest and finished set to true.
those entires are all definitely on hiatus so let's give the rest flag prio
* NewToki/ManaToki: update to v1.3.24
* add Korean translation by moonji
* simplify chapter regex
* update Korean translation by manatails
* remove manga title from chapter name
* decrement fallback domain number by 1
* use parsed title in chapter list parse
Co-authored-by: moon <jamiejakie@gmail.com>
Co-authored-by: Pierre Kim <admin@manateeshome.com>
* Update MadaraGenerator.kt
* Fixed some icons in Madara
* Replace with icons that work on website
* Fixed Some more icons
* some more icon fixes
* miss placed that
* this to
* Put them in right location this time
* Improve newtoki extension.
* Optimize a Id detection.
* Specify the filter default settings.
* Add Rate Limit Period Pref.
* Fix mistake about range. and default value.
* Fix bug about setDefaultValue, And pref description.
* fix bugs.
* More follow default variable.
* lazy init to rateLimitedClient as it required to access preference.
* bump up version to v1.2.21
* Follow the defaultRateLimitPeriod on load pref function
* Trying to fixes#5657 as sub string baseUrl when failed to parse uri.
* Update Newtoki Extension to v1.2.20
* Better RateLimit
* New Search filter for ManaToki.
* Fix Page Selector and Filters
* Order was not worked on default sort due to missing value
* Page is now searchable over 10 pages. Seems site changed a bit.
* Backport Sort and Order to NewToki
* Mitigation about IP Ban by bunch of request on latest on manatoki.
RateLimit, And make default to not make bunch of request.
Split ManaToki into separate file as it became bigger.
* More rate limit
NewToki and ManaToki Shares IP bans.
Also when refresh the batch of mangas, It could be banned too.
So rate limit on ChapterList and MangaDetail request too. (And apply both of them)
* Fix lint about `java.util` and some format