Anonymous 11/24/2019 (Sun) 06:20:19 No.380 del
>>372
The only site I have kind of working, is https://nhentai.net/ I navigate to the last page and hit a key that runs a macro to copy the current URL from the clipboard to parse it and generate the page numbers. I then click on the floppy icon to paste this as a URL download. Unforunately, I then have to manaully enter "Page:1", "Page:2", etc, which is the most annoying part as it must be done for every page. However as the URls I amp parsing are formatted like this "https://i.nhentai.net/galleries/1516309/2.jpg" where the 2 at the end is the page number, I had hoped to regex pars that for each image as it downloads. I have another hotkey macro that lets me select the tag text for all the images in the gallery and parse it into the multi-line tags that hydrus understands. But currently, my macro that tags the page numbers needs to wait for all of the images to download, then I give my macro the number of pages, and it uses keyboard controls to add the page numbers by hitting "home" sleep 1000ms "f3" sleep 1000ms "page:x" sleep 1000ms "enter" sleep 1000ms "right" and then it repeats from the "f3' key. but, this always takes at least 4 seconds to run plus some time wile waiting for the window to activate. So if I have 600 images in a doujin it I have to leave my computer running and not touch it for like 40 minutes minimum where I can't do anything. This is better than manually adding hundreds of tags, but I would prefer to be able to parse at least the page from the urls I paste into the URL downloaded to a tag for just that file. Btw, if anyone is interested in the Auto hot key scripts I wrote to do this, here they are:
https://pastebin.com/DFEyckqu
https://pastebin.com/39xUWT5U
https://pastebin.com/3U4y13cq
https://pastebin.com/AHuTuXyQ
https://pastebin.com/4zNtSYVw
https://pastebin.com/Lrb6E97E