* Update reaper scans to new website
* Reaper Scans: Fix requested changes
* Reaper Scans: remove unused property.
* Reaper Scans: Fix no pages found error
they broke it already???
* Reaper Scans: Fix extra images in chapters.
* Reaper Scans: Replace scraping chapter pages with api
* Reaper Scans: Fix lint
hopefully
* HeanCms: Add cdnUrl option
for sources who host thumbnails/pages outside of the api domain
* Reaper Scans: it was a multisrc this whole time
pain.
* Reaper Scans: Remove id override
* Reaper Scans: Correct version number
* Rewrote LibGroup to use api instead of parsing document
* apply suggestions
* quick fixes
* change preferences variable to functions
* Make getToken sync
* safe & load token
* return new token when refreshing
* fix manga description selector
* fix chapter feed selector
* fix selector to script that contain pages link
* bump overrideVersionCode
* bump baseVersionCode
* Revert "bump baseVersionCode"
This reverts commit 7b2cc6a937193130e7ce9532597dc4d23547985e.
* change rate limit
* change few selectors that affected because recent changes
* change some selectors and other things
* change calling super.pageListParse(response) into just copying the code
calling super.pageListParse(response) will cause java.lang.IllegalStateException: closed since response.asJsoup() will be called twice
* fix indentation
* add excluded category: web novel
* MadTheme: general cleanup
* MadTheme: add support for both site formats
* Remove ManhuaScan
* Add KaliScan.com, KaliScan.io, MGJinx
* MadTheme: bump base version
* Add KaliScan.me
* Only set genreKey once
* Organizing code
* remove unnecessary files
* improve base class
- allow override search’s uri
- add shared method to get description & page count
- base class’s request for gallery’s all pages now support all sources without needs to override (almost)
- extract method to parse JSON
* Avoid request for more pages when no needed
* auto add more tags to filter while viewing manga;
add spit-tag
* filter for getting Random manga
* Always add page=1 to uri so it will exclude some non-latest mangas from homepage, happened with some sources.
* reorganize code
* Allow source which doesn't need shortTitle to hide it.
* Extract default advanced search's Uri
change base class's galleryUri value
* Fix getInfoPages
* Fix missing category filter
* open for override
* bump base class version