* LANraragi: Mark status as Completed
* LANraragi: Use API for Random (first pass)
No longer need a unique client.
No header shenanigans, straight from source.
* LANraragi: Fix tag display
API response no longer spaces them out.
* LANraragi: Warn on 401
* LANraragi: Use API for Random (second pass)
Unify the Random helper functions.
Inline what was canShowRandom().
Use new /files (GET) endpoint as /extract (POST) is now deprecated.
Remove 404 handling from fetchMangaDetails() (as the 401 handling should cover it).
Include headers for isnew DELETE.
* LANraragi: Update icons
* LANraragi: IOException on 401 instead
* Add extension for LANraragi
LANraragi project page: https://github.com/Difegue/LANraragi
* Drop tag exclusion support and improve tag search perfomance a bit
* LANraragi: API fixes as of 0.6.7
Image routing was 404ing in Mojolicious due to preceding / resulting in //api/page
Manga parsing was failing with "no fun mode" due to wrong URL parameter for key
* Update to newer API
* Fix strange bug on last page
* Increment version code
* Reset increment back to 1 & Instantiate Gson once only
Co-authored-by: RePod <RePod@users.noreply.github.com>