feat(library): manga spec — jikan enrich, rss/mangadex chapter flip

This commit is contained in:
afiqzudinhadi 2026-08-03 15:28:01 +08:00
parent c398669ae6
commit abc3489d27
5 changed files with 879 additions and 0 deletions

20
tests/fixtures/mangadex-feed.json vendored Normal file
View file

@ -0,0 +1,20 @@
{
"result": "ok",
"response": "collection",
"data": [
{
"id": "b1a2c3d4-0000-1111-2222-333344445555",
"type": "chapter",
"attributes": {
"chapter": "214",
"title": "",
"translatedLanguage": "en",
"publishAt": "2026-07-30T11:00:00+00:00",
"readableAt": "2026-07-30T12:00:00+00:00"
}
}
],
"limit": 1,
"offset": 0,
"total": 214
}