keiyoushi / extensions-source

Source code of extensions for Tachiyomi/Mihon and variants.
https://keiyoushi.github.io/
Apache License 2.0
1.46k stars 330 forks source link

Galaxy Manga: updatre manga / chapter / page URL format #2853

Closed vetleledaal closed 1 week ago

vetleledaal commented 1 week ago

Closes #2849

For comparison:

mangaDetailsRequest():
$apiUrl/webtoon/series/$id/$prefix
$apiUrl/series/$id/$prefix

chapterListRequest():
$apiUrl/webtoon/chapters/$id-desc#$prefix
$apiUrl/chapters/$id-desc#$prefix

pageListRequest():
$apiUrl/webtoon/chapters/chapter/$id/$prefix
$apiUrl/chapters/webtoon/$id/$prefix

Checklist:

AwkwardPeak7 commented 1 week ago

the english site works? usually these kind of api changes happen on both.

vetleledaal commented 1 week ago

Yep, Flix Scans (flixscans.org) still works with the old URLs. I tried making the same changes to that extension as well, but it started returning 404 errors.