gemini0x2

Results 11 comments of gemini0x2

I'm dealing with this new error too.

For those having problems with using their own `client_id` and `client_secret`. This is what I did. ## How to use bdfr with your own `client_id` and `client_secret` (Easy): 1. Go...

Definitely, reddit is limiting the rate of request. But if you use your own `client_id` and `client_secret` you should be good. Not sure why some people still get 429s.

@GarethFreeman I know about that, but if thats the cause for response code 429 then why we can still access any content in the browser without any problem? that makes...

Adding curl to the headers fixed the issue. Too bad I didn't figured this out sooner. Thanks, @eawooten for the solution!

@GGaroufalis Right, I didn't noticed that! A conditional statement will help.

@GGaroufalis thanks! I can confirm that the conditional statement is working as expected, but wouldn't it be better to switch the condition? that way the modified header is only used...

> Not sure why you wouldn't put it [here](https://github.com/aliparlakci/bulk-downloader-for-reddit/blob/master/bdfr/site_downloaders/imgur.py#L52) rather than make the download function super janky... @Soulsuck24 That does not work. If I'm not wrong that header is only...

@GarethFreeman same, just make sure the modified `resource.py` is in the right location.

The following command should give you the correct location: `python3 -m pip show bdfr`