Skip to content

Instantly share code, notes, and snippets.

@JayXon
Last active March 29, 2018 07: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 JayXon/55ca889d91eb5863cae4ed0c5ba30203 to your computer and use it in GitHub Desktop.
Save JayXon/55ca889d91eb5863cae4ed0c5ba30203 to your computer and use it in GitHub Desktop.
get all video links from youku playlist
// Run this in the console of that page
[...document.querySelectorAll('.p-drama-grid a.c555')].map(a => a.href.split('?')[0]).join(' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment