macearl

Results 26 comments of macearl

closed, as i meant to open this issue over here: https://github.com/Moonbase59/loudgain edit: actually this issue also exists in this version, so reopened sorry for the confusion

> Did you try it? I'm running 75.0b4 now but don't see it working yet, not sure what I'm missing thinking For now it's only in the nightly, however there...

The limit isn't new, however it seems cloudflare is not always enforcing it. In my tests it seemed like recently requested images did not count towards the limit but only...

Yeah currently if the status code equals HTTP 429 (too many requests) it prints the rate limit message and sleeps for 30 seconds and then tries again. If the second...

I'm not sure what you mean by artist? Is there a separate tag for it? Or do you mean from a specific uploader? Could you post some example images? And...

To download uploads from a specific user you should be able to use a simple search with the query "@username" or probably with the @ sign url encoded "%40username" e.g....

Could you provide some more information? Which system are you running, which shell, which parameters did you set in the script, are you using the latest commit? I haven't used...

my previous comment also applies here. I just tested the script again on my side and it seems to work fine, so i need more information to be able to...

try integrating a `read` command around there and take a look at `tmp` when the error happens, it might be that you exceeded the api limitations

You would need to search for the tags in the html file (with grep, awk, sed,...) and use this information to rename the files. basic example: grep -o -e 'href="http://alpha.wallhaven.cc/tag/[0-9]*">[-:_A-Za-z0-9...