keiyoushi / extensions-source

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

Not loading Images ( Newtoki) #1242

Closed Morse069 closed 3 months ago

Morse069 commented 3 months ago

Source information

Newtoki 1.4.29

Source language

Korean

Steps to reproduce

Solve captcha Click any chapter (Old and New) It says no image

Expected behavior

Can load images

Actual behavior

Screenshot_2024-02-14-02-38-54-05_afd66b7916d19a60815f56273408b73e

Mihon/Tachiyomi version

0.16.0

Android version

Android 10

Other details

Webview is okay

Acknowledgements

KW1J commented 3 months ago

I am also experiencing the same issue as this. Other extensions work, but this one doesn't work.

FengTeLai commented 3 months ago

能读取到作品更新目录,但在线观看和webview单图查看都是链接失效 Screenshot_20240215_051532_eu kanade tachiyomi

jake1015 commented 3 months ago

The image URL is fetched correctly. However, Newtoki is performing a referrer check, and if there is no referrer or wrong referrer, it sends a 404 not found error.

For example, if you send a request like

curl "https://img1.newtoki21.org/data/file/webtoon/25185533/36125141/U8w_zmraL0lp.jpg"

it will result in a 404 not found error. But if you send it with a referrer like

curl "https://img1.newtoki21.org/data/file/webtoon/25185533/36125141/U8w_zmraL0lp.jpg" -H "Referer: https://newtoki325.com/"

it will download correctly.

FengTeLai commented 3 months ago

@jake1015 I still don't get it, the URL works fine, but the image doesn't show up, and if I want to view a single image, I still have to tap on the corresponding chapter on the web side first. Newtoki's 3rd party app has fixed this issue, hopefully the plugin here will as well.

KW1J commented 3 months ago

@jake1015 I still don't get it, the URL works fine, but the image doesn't show up, and if I want to view a single image, I still have to tap on the corresponding chapter on the web side first. Newtoki's 3rd party app has fixed this issue, hopefully the plugin here will as well.

Can you tell me what kind of 3rd party app it is?

FengTeLai commented 3 months ago

@jake1015 I still don't get it, the URL works fine, but the image doesn't show up, and if I want to view a single image, I still have to tap on the corresponding chapter on the web side first. Newtoki's 3rd party app has fixed this issue, hopefully the plugin here will as well.

Can you tell me what kind of 3rd party app it is?

Just search Newtoki in github.(Java)

KW1J commented 3 months ago

thanks