TheNetsky / netskys-extensions

Netsky's sources for Paperback!
https://thenetsky.github.io/netskys-extensions
186 stars 47 forks source link

Manga Demon not working, chapters not loading #91

Closed uowis-b closed 8 months ago

uowis-b commented 8 months ago

Describe the bug MangaDemon not working, chapters not loading

To Reproduce Steps to reproduce the behavior:

  1. Go to MangaDemon
  2. Click on any manga
  3. Scroll down to 'chapters'
  4. See error
Paperback: JSError Error
[PaperbackError(300)] JSError
Error: Couldn't find any chapters for mangald: I-am-with-the-music-immortals-VA47!'

Expected behavior Chapters should load

Screenshots/Video IMG_1353

App version

Source WITH source version

uowis-b commented 8 months ago

Probably just change

const MD_DOMAIN = 'https://manga-demon.org';

to

const MD_DOMAIN = 'https://demoncomics.org

henderea commented 8 months ago

@uowis-b You might consider making a pull request yourself for the change. That would make netsky happy, since he would just need to merge it. You should aim to test it yourself before sending the PR, though. It's only a matter of time before netsky stops updating sources himself, so we should all get in the habit of making PRs since merging will likely soon be the limit of what he'll do.