mcdallas / gert

A command line tool to download media from Reddit
MIT License
51 stars 3 forks source link

Downloading from Redgifs is currently not working #16

Closed rareromfish closed 6 months ago

rareromfish commented 6 months ago

Downloading from redgifs is currently broken, as redgifs requires api authorization for all requests. Adding support for this would be appreciated.

https://github.com/Redgifs/api/wiki/API-access

mcdallas commented 6 months ago

Yes gert is using guest tokens for a while now. How is it broken exactly? I just tested and it works fine

rareromfish commented 6 months ago

I got errors like this [2024-05-14T21:00:54Z ERROR gert::download] Error parsing Redgif API response from [url] and got significantly fewer (around an order of magnitude) files back then I (wrongly, as it turns out) expected. I saw the api change happened a few months ago and made some assumptions. gert is working completely fine, I just didn't investigate enough. Sorry for wasting your time.