elmoiv / redvid

Smart downloader for Reddit hosted videos
GNU General Public License v3.0
110 stars 15 forks source link

Anyway to download GIFs? Or to auto detect GIFs so can execute another script? #16

Closed dermotmcg closed 4 years ago

dermotmcg commented 4 years ago

Hello, not really a bug, more of a question. Fantastic project! Wondering how to download or detect if a link shared is a GIF, as it seems Redvid won't download a GIF. Thanks

elmoiv commented 4 years ago

Redvid can download gifs that are posted as muted videos.

The main idea behind this project is to mux audio and video as both channels are in separated urls. It was also to be able to download videos in general.

I will try to see if your feature request can be implemented in the coming update.

Cheers :)