Created
June 20, 2018 17:15
-
-
Save MiroslavCsonka/9b1a2ca3a0603cb2ee826a8a01119fb6 to your computer and use it in GitHub Desktop.
Get a list of URLs from a youtube playlist (or watch later). Super handy for youtube-dl since you don't have to auth or anything
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
[...document.querySelectorAll("a.yt-simple-endpoint.style-scope.ytd-playlist-video-renderer")].map(function(e) { return e.href; }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment