* ManhwasMen: fix popular manda selectors and creator, latest manga selectors and parser, manga details parser
* manhwasmen: add alternative names in description
* manhwasmen: change .not to isNotBlank
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* Jiangzaitoon: update domain, fix blurry thumbnails
Madara was also updated to allow overriding `String.getSrcSetImage()`, not bumping.
* guard against malformed srcset candiate
* remove duplicate trim
* Add GocTruyenTranhVui
* Use jsonInstance
* Use parseAs
* Use HttpSource()
* Merge DTO files
* Using chapterListParse and loginRequired
* Fix variable
* Use toManga(), Use toChapter(), fix no chapter
* Fix Url, Works well
* Add Advanced search
* Optimize variable naming & add mangaId cache
* MangaIdCache: Add limit cache
* Apply suggestion
* Fix package declaration, format using Android Studio
* Fix names: use camel case Dto instead of DTO even if it's acronym; add S in to[S]Manga/Chapter
* Use generic ResultDto<T> to replace similar classes
* Inline the typealiases, which are used to demonstrate how to use generics
* More conventional namings
* Change manga url format; override getMangaUrl; fix chapterListParse slug which is definitely not tested; remove useless HTML parse fallback
* Use timestamp value from API instead of parsing string
* Early abort in pageListParse()
* Refactor filters; don't get an empty filter list if argument is empty, it's uselss
* Parse more manga fields from API and set initialized because all fields are filled; fix listing next page; use selectFirst()!!.text() instead of select().text()
* Use search endpoint for latest updates; the home endpoint doesn't provide genres
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* update hiperdex domain
* hiperdex: fix search
* hiperdex: use imageFromElement when search for thumbnail
* fix request when filter is applied
* fix search using more specific properties and functions
* remove unnecessary overrides
---------
Co-authored-by: Alex <WhiteBeard Helper>
The other override, MangaDig, for which this multisrc was created, was removed in #5319.
The extension stays broken and the version code is not bumped.
* Mangabz: Fix StringIndexOutOfBoundsException
StringIndexOutOfBoundsException happens when description is the same as title
* fix description
* remove some lazys since JVM guarantees initialization only when calling this file
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
* Update build.gradle
* fix: pageListParse not returning any pages
The old selector wasn't returning any images.
Changed fetchChapterList url to the new HC `story` page which has all the images, unpaginated.
Updated pageListParse.
* baozimhorg: fix illegal State Exception
fix#9543
* Goda: Version bump
* Goda: Minor change
* Goda: improvement to mangaDetailsParse element selector
* Goda: added more status
* Revert "Goda: improvement to mangaDetailsParse element selector"
This reverts commit 6fe7c8b165ebf9b9568644aa50ef7d0e23a0a888.
* Goda: fix typo
* Goda: improvement to mangaDetailsParse element selector
* The selector is equally breakable
* Add mirrors
---------
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>