You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gallery-dl][debug] Version 1.15.4
[gallery-dl][debug] Python 3.7.9 - Windows-10-10.0.19041
[gallery-dl][debug] requests 2.24.0 - urllib3 1.25.11
[1/2] flag
[gallery-dl][debug] Starting DownloadJob for 'flag'
[gallery-dl][error] No suitable extractor found for 'flag'
[2/2] https://hentainexus.com/view/9333
[gallery-dl][debug] Starting DownloadJob for 'https://hentainexus.com/view/9333'
[hentainexus][debug] Using HentainexusGalleryExtractor for 'https://hentainexus.com/view/9333'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): hentainexus.com:443
[urllib3.connectionpool][debug] https://hentainexus.com:443 "GET /view/9333 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://hentainexus.com:443 "GET /read/9333/001 HTTP/1.1" 303 None
[urllib3.connectionpool][debug] https://hentainexus.com:443 "GET /read/9333 HTTP/1.1" 200 None
[hentainexus][error] An unexpected error occurred: JSONDecodeError - Expecting value: line 1 column 1 (char 0). Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[hentainexus][debug]
Traceback (most recent call last):
File "gallery_dl\job.py", line 67, in run
File "gallery_dl\extractor\common.py", line 395, in items
File "gallery_dl\extractor\hentainexus.py", line 65, in images
File "json_init_.py", line 348, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
seems like the site changed tricks, HentainexusGalleryExtractor._decode returns garbled result now, even with those new commits (two weeks ago) mentioned in #1125
@mo-han
I take the latest iteration of /static/js/reader.min.js, deobfuscate it (auto-format the code, rename variables, etc so can make sense of what the code is doing), and reimplement the code from initReader in Python.
[gallery-dl][debug] Version 1.15.4
[gallery-dl][debug] Python 3.7.9 - Windows-10-10.0.19041
[gallery-dl][debug] requests 2.24.0 - urllib3 1.25.11
[1/2] flag
[gallery-dl][debug] Starting DownloadJob for 'flag'
[gallery-dl][error] No suitable extractor found for 'flag'
[2/2] https://hentainexus.com/view/9333
[gallery-dl][debug] Starting DownloadJob for 'https://hentainexus.com/view/9333'
[hentainexus][debug] Using HentainexusGalleryExtractor for 'https://hentainexus.com/view/9333'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): hentainexus.com:443
[urllib3.connectionpool][debug] https://hentainexus.com:443 "GET /view/9333 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://hentainexus.com:443 "GET /read/9333/001 HTTP/1.1" 303 None
[urllib3.connectionpool][debug] https://hentainexus.com:443 "GET /read/9333 HTTP/1.1" 200 None
[hentainexus][error] An unexpected error occurred: JSONDecodeError - Expecting value: line 1 column 1 (char 0). Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[hentainexus][debug]
Traceback (most recent call last):
File "gallery_dl\job.py", line 67, in run
File "gallery_dl\extractor\common.py", line 395, in items
File "gallery_dl\extractor\hentainexus.py", line 65, in images
File "json_init_.py", line 348, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: