Skip to content

Instantly share code, notes, and snippets.

@xiaoyvr
Created December 9, 2014 16:39
Show Gist options
  • Save xiaoyvr/7f771bfb6766da9238b5 to your computer and use it in GitHub Desktop.
Save xiaoyvr/7f771bfb6766da9238b5 to your computer and use it in GitHub Desktop.
extract ed2k links from pp
Array.join($('a[data-href^="ed2k"]').map(function(){return $(this).attr('data-href')}), '\n');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment