H2Owater425 / node-hitomi

Hitomi.la api for Node.js
https://npm.im/node-hitomi
MIT License
15 stars 2 forks source link

hitomi.ImageUriResolver is not defined @8.0.0 #54

Closed Hastile closed 10 months ago

Hastile commented 10 months ago

const hitomi = require('node-hitomi').default;

PS C:\Download\hitomi> node index.js [class (anonymous)] // console.log(hitomi.ImageUrlResolver); @7.0.6

PS C:\Download\hitomi> node index.js undefined // console.log(hitomi.ImageUrlResolver); @8.0.0

H2Owater425 commented 10 months ago

Although I fixed the export, it seems like there is an issue with ImageUriResolver. Please wait until issue #56 is resolved, sorry for the inconvenience.

Hastile commented 10 months ago

Its strange that my chrome is throwing 403 when I paste url ImageUriResolver created.

H2Owater425 commented 10 months ago

Please check #52 for 403 error @Hastile