Turn this cute YouTube cat video into a briefer-but-still-cute GIF:
- youtube-dl is a command-line tool for quickly downloading video files from a given YouTube URL
- gifify is a command-line tool for converting videos to optimized GIFs
youtube-dl "https://www.youtube.com/watch?v=kl1RwhATTzA" -o catdrawer.mp4
gifify catdrawer.mp4 -o catdrawer.gif --from 19 --to 27 --resize 600:-1 --colors 128
Then upload to Imgur. You could probably write a curl command to do it via Imgur's API