DatDraggy
DatDraggy
It's fine. Now you know ^^ So, my idea would be this: https://github.com/wwyaiykycnf/e621dl/pull/45/commits/22538640386263508379d2df71352b38fdd252e8 Any idea on how to do that? (Also, for some reason the tabbing messed something up there)...
If not sleep then we have to redo the script so that it does a lot fewer requests or add a general sleep. Could also do: One request, download pics...
Good. They are saying: > That post is from four years ago. Things have changed quite a bit since then! Our current API documentation is here: > > https://e621.net/wiki/show/e621:api >...
Okay they say max 1 request per second. Then we should maybe do the request, download, request + one sec delay if the dl was faster than one sec. It's...
This would work for a hotfix. For further optimization I would try to download the image after the request before the sleep. Can you add something to this pull request...
That shouldn't affect the rate limiting. I think it's only the actual api requests to get all the posts and not the downloads.
Would you agree with the comments in e621dl in the newest commit?
What has been done: - Added username option in config - Useragent dynamically uses username from config - Changed version - Added time.sleep in api.py against rate limiting Can be...
Search for "IDLE". It's the python editor/ide. Open it and then click on "File". There you go to open and simply open your e621dl.py file inside the e621dl directory. Then...
https://youtu.be/oZsH0gO-ICw Okay. Go to https://www.python.org/ftp/python/2.7.13/python-2.7.13.msi and install python 2.7 if you dont already have it. Then open "IDLE (Python GUI)" (should find it by just typing it in your search...