Last active
March 29, 2018 07:49
-
-
Save JayXon/55ca889d91eb5863cae4ed0c5ba30203 to your computer and use it in GitHub Desktop.
get all video links from youku playlist
This file contains hidden or 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
// 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