mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.46k stars 939 forks source link

Cant download certain pixiv files? #5651

Open ForGameC opened 4 months ago

ForGameC commented 4 months ago

I can download some pixiv files, but for others, it just doesnt respond with any logs of downloading and skips to the part where Im supposed to type in another url (NSFW warning) C:\Users>gallery-dl https://www.pixiv.net/en/artworks/91828184

C:\Users>

and it repeats, Ive also done the call back method to get a code from pixiv, so i dont know whats the problem

komoreshi commented 4 months ago

Same sanity_level (6) issue as in #4327

gallery-dl.exe -s -v https://www.pixiv.net/en/artworks/91828184
gallery-dl: Version 1.26.9
gallery-dl: Python 3.12.3 - Windows-10-10.0.19045-SP0
gallery-dl: requests 2.31.0 - urllib3 2.1.0
gallery-dl: Configuration Files ['%APPDATA%\\gallery-dl\\config.json']
gallery-dl: Starting SimulationJob for 'https://www.pixiv.net/en/artworks/91828184'
pixiv: Using PixivWorkExtractor for 'https://www.pixiv.net/en/artworks/91828184'
urllib3.connectionpool: Starting new HTTPS connection (1): app-api.pixiv.net:443
urllib3.connectionpool: https://app-api.pixiv.net:443 "GET /v1/illust/detail?illust_id=91828184 HTTP/1.1" 200 394
postprocessor.ugoira: using concat demuxer
pixiv: Active postprocessor modules: [UgoiraPP]
pixiv: Skipping 'sanity_level' warning (91828184)

If you want it to be more verbose, you can edit your config with what @mikf suggested in #5180.