mahhov
mahhov
For what it's worth, @fent and @akanellis 's solution of using cookies worked, at least for now. I just hope my account doesn't get blocked or something. I navigated to...
Apparently, even using oauth isn't immune to 429. Using oauth in the request options (e.g. `{filter:'audioonly', requestOptions: {headers: {Authorization: 'Bearer ...'}}}`gives me ~15-25 videos, before getting another 429. Refreshing the...
Confirmed, my above comment is accurate. Refreshing the oath token does resolve the issue. It took 20 downloads to reach http 429. I guess something like this should work then...
There are about 6262 mods and it takes about 16s to evaluate all of them.
Thanks, nice catch.
ES, poison, ignite, "average dps" should also be supported.
Does python not have the equivalent of `package-lock.json` used `npm` for JS which avoids having incorrect versions of dependencies break builds?
Btw, according to [configparser documentation](https://docs.python.org/3/library/configparser.html), the default value of `default_section` should be `'DEFAULT'`. > default_section, default value: configparser.DEFAULTSECT (that is: "DEFAULT") It seems for whatever reason this default value is...