Skip to content

Instantly share code, notes, and snippets.

@brettkelly
Created October 22, 2019 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brettkelly/a5e69c1fab5fcd0d830053aed7c64be9 to your computer and use it in GitHub Desktop.
Save brettkelly/a5e69c1fab5fcd0d830053aed7c64be9 to your computer and use it in GitHub Desktop.
# One-liner to download the thumbnail for a Vimeo video.
wget $( curl -s http://vimeo.com/api/oembed.json?url='https://vimeo.com/235215203' | python -c "import sys,json; print json.load(sys.stdin)['thumbnail_url']" )
@brettkelly
Copy link
Author

This is here for my own reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment