Reddit.NET
Reddit.NET copied to clipboard
Please add support for galleries
I want to request all the gallery images for a reddit post without having to request everything manually. Please consider adding support for it. Thanks
It's been awhile since I looked into Gallery support. Last I checked, the API didn't natively support it, but that was some years ago. I'll need to do some research on this one to see if it's possible.
I did find this post that discusses the issue:
https://www.reddit.com/r/redditdev/comments/j93s7m/is_there_an_api_for_image_galleries/
I've made a PR #151 a while back that addresses this use case, but haven't worked on it since. You can use it as a starting point