Shamee Mahmud

Results 18 comments of Shamee Mahmud

The issue with Twitter gifs is that they're encoded in .mp4 files, not .gifs. To upload them, it might be better to use gfycat.com or vid.me to properly mirror them.

We can use vid.me to mirror. Now, to get the URL from the tweet, this snippet demonstrates how to do so. ``` if tweet.extended_entities['media'][0]['type'] == 'animated_gif': video_info = tweet.extended_entities['media'][0]['video_info'] print(video_info['variants'][0]['url'])...

I think fallback would be good in the long run, it saves the bot work and reduces redundancy.

sli.mg doesn't work anymore. I'll keep thinking on another source.

I think I have a working implementation of this, I'm going to test it on a test sub of mine, and if it does work, I'll do a pull request.

Sure. It might be through SQL that it could be done. In which case my local text file case wouldn't work that well. SQL probably would. I'm going to test...

DeviantArt images are having resolution problems as well. [Example](https://www.reddit.com/r/RWBY/comments/4pnv17/yang_xiao_long_by_thedrunkchocobo0919_on/d4mg1cn?context=3)