ubershmekel / redditp

Convert any reddit page to a presentation or slide show
https://redditp.com
MIT License
261 stars 102 forks source link

Add support for redgifs.com #114

Closed smithalan92 closed 4 years ago

smithalan92 commented 4 years ago

The handling for Gfy/Redgifs is pretty much identical, except for the gif name matching, however I still added Redgif into its own converter for simplicity, but I can refactor so Gfy and Redgifs use the same converter and just get the name differently if you'd prefer. cc @ubershmekel 😀

ubershmekel commented 4 years ago

I see right now https://www.redditp.com/domain/redgifs.com/ gives out a Sorry, no displayable images found in that url :(, please alert ubershmekel on github while https://deploy-preview-114--redditp.netlify.app/domain/redgifs.com/ does work.

So this is good to go.

I don't like the whole embedit architecture, and in theory redgifs could have a different API. So this is ok.

Thank you!