Created
December 6, 2012 23:40
-
-
Save MadanThangavelu/4229448 to your computer and use it in GitHub Desktop.
Unshorten a adfly url
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
Just for fun, a commandline unshortner. | |
curl -i http://adf.ly/FPAiw | grep -o '/go.*' | sed "s/\';//" | xargs -I parturl curl -I http://adf.lyparturl | grep -o http.* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment