xgi / tiyo

MIT License
10 stars 3 forks source link

comick source moved from .cc to .io #8

Closed xMugi closed 2 months ago

xMugi commented 3 months ago

since the comick extension just shows a blank page i was quite confused, so after some checking realized they moved their domain again from comick.cc to comick.io , got it working when changing

.config/Houdoku/plugins/@tiyo/core/src/extensions/comick/index.js line:24 const API_URL = 'https://api.comick.cc'; to const API_URL = 'https://api.comick.io';

or in the github repi. libs/core/src/extensions/comick/index.ts line:42

then it works again.

tbh, i dont know if its already fixed or not, just used the appimage on linux, then installed the tiyo via plugin manager, and well was blank page, and since im a fully newbie, i dont know if theres more needed to change, but just changing url i was able to read chapters etc again.