Results 264 comments of Nandaka

also do you have another PC to test, it shouldn't require Python. After extracting and running `PixivUtil2.exe` it will load console window and it will ask for username/password, but won't...

weird, I tested it and I got the proper message in 2fe5bb1e4dddc7b80c7bd950d1cd1e5290c53397 ![image](https://user-images.githubusercontent.com/836867/208715942-39c9f0c5-babc-41cb-8f43-07a64956f2af.png) Can you upload the log file?

Server side issues, I see the same error 404 using browser.

honeyview (https://en.bandisoft.com/honeyview/) support ugoira, so no need to convert the files (unless you want to have smaller size as video codec has better compression). I use that one.

see https://github.com/Nandaka/PixivUtil2/issues/814, I don't plan to fix the login as cookie method is working. I do accept Pull Request if someone know how to do it. EDIT: looks like due...

Assuming the download location didn't change and the downloaded images still there, you can try to set `alwaysCheckFileSize = True` and/or `checkLastModified = True` so it will still check and...

You can do this from the website settings. ![image](https://user-images.githubusercontent.com/836867/201941328-a97ba68e-e61e-45c5-9c1a-dc1d1ab3ee3f.png)

There is a flag in the json details for each individual images and search by tags. I think value = 1 (non-AI), and value = 2 (AI Generated)? ![image](https://user-images.githubusercontent.com/836867/210205733-4194aea3-cd49-4ba6-aa5f-17b715ad747e.png) ![image](https://user-images.githubusercontent.com/836867/210205964-2d523897-4fbb-4191-aefa-daf463db9c56.png)

use blacklist tag feature then? ![image](https://user-images.githubusercontent.com/836867/211611250-2fb0ac9c-4a2b-4ef1-9943-95ce078066d3.png)

The validation check is already there though: https://github.com/Nandaka/PixivUtil2/blob/master/PixivDownloadHandler.py#L220 You need to set `verifyImage = True` in `config.ini`