alexgisby / imgur-album-downloader

Python script/class to download an entire Imgur album in one go into a folder of your choice.
MIT License
340 stars 59 forks source link

If encountering gif, download webm instead if available? #34

Open DoTheEvo opened 7 years ago

DoTheEvo commented 7 years ago

Is this possible?

jtara1 commented 7 years ago

One way to do this is to use upload the .gif to gfycat then download the .webm from that new gfycat link.

There's a number of gfycat submodules that should be able to help do this such as this one: https://github.com/nim901/gfycat

Note: This submodule seems to allow you to upload from a remote link too.