5 Commits

Author SHA1 Message Date
beerpsi
d70973dbf7 Add LANraragi (#702)
* Add LANraragi

* clean up build.gradle

* use buildList

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-01-30 22:11:03 +00:00
9c512ea3ac re add kogma balls, lanraragi and kavita
Some checks failed
CI / Prepare job (push) Successful in 3s
CI / Build multisrc modules (push) Failing after 8s
CI / Build individual modules (push) Failing after 7s
CI / Publish repo (push) Has been skipped
2024-01-22 23:39:22 +00:00
5c8cb75e9a come up to date with keiyoushi builds
All checks were successful
CI / Prepare job (push) Successful in 3s
CI / Build multisrc modules (push) Successful in 8m10s
CI / Build individual modules (push) Successful in 38s
CI / Publish repo (push) Successful in 1m39s
2024-01-22 21:19:41 +00:00
RePod
41994b164a
LANraragi: 0.8.2 support and fixes (#9905)
* 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
2021-11-23 08:31:40 -05:00
Josef Christian Halim
0f3f79eebd
Add extension for LANraragi (#1383)
* 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>
2020-02-01 11:06:38 -05:00