Skip to content

Instantly share code, notes, and snippets.

@Mithrandir0x
Created September 3, 2012 19:49
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 Mithrandir0x/3612821 to your computer and use it in GitHub Desktop.
Save Mithrandir0x/3612821 to your computer and use it in GitHub Desktop.
When Rapidshare links get stubborn on plowshare, who'll you call?
l_links.forEach(function(url){ // \.(...)\|\| // .$1||
$.ajax({
url: url,
success: function(data, state, jqxhr){
console.log(data.split('location="')[1].split('"')[0]);
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment