Last active
August 29, 2015 13:56
-
-
Save savonarola/9077976 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>curl -s 'http://prntscr.com/2aklf9' | nokogiri -e'puts $_.css("meta").find{|m| m["property"] == "og:image"}["content"]' | xargs wget | |
--2014-02-18 23:19:53-- http://i.imgur.com/06Y5QpF.png | |
Resolving i.imgur.com... 103.31.6.32, 103.31.6.184, 103.31.6.34, ... | |
Connecting to i.imgur.com|103.31.6.32|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 11173 (11K) [image/png] | |
Saving to: ‘06Y5QpF.png’ | |
100%[==========================================================================================================>] 11,173 --.-K/s in 0s | |
2014-02-18 23:19:53 (56.1 MB/s) - ‘06Y5QpF.png’ saved [11173/11173] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment