Zekfad / nhentai_dart

Dart client for nhentai.net undocumented APIs
https://pub.dev/packages/nhentai
ISC License
10 stars 1 forks source link

... #5

Closed OtmaniCodes closed 1 year ago

Zekfad commented 1 year ago

API is up, locally I can run API. Recently there was enabled Cloudflare protection on API endpoints. Do you use any method to pass cf_clearance cookie?

Zekfad commented 1 year ago

This is actually the same as #2. The reason for this is that website use Cloudflare, so instead of API response you've got Cloudflare HTML challenge (captcha in other words). we are currently looking for a good solution for this.

Zekfad commented 1 year ago

No hard ETA for this one, when I'll have some free time I'll address this issue. Soft ETA is about a week. Soon we'll change API to make it easier to pass Cookies to the client, this would unlock a workaround with a manual cookie retrieval (see https://github.com/Zekfad/nhentai-api/issues/25 for more info)