Skip to content

Instantly share code, notes, and snippets.

View danburzo's full-sized avatar

Dan Burzo danburzo

View GitHub Profile
@danburzo
danburzo / youtube-favorites.js
Created July 18, 2018 12:42
Grab a JSON of your YouTube favorite videos (or any other playlist)
/*
Get your Youtube favorite videos
--------------------------------
1. Navigate to your Favorites page
2. Scroll the list all the way down such that all videos are loaded into the browser.
3. Copy the JavaScript code below and run it in your console; a JSON of your videos
will be loaded into your clipboard.
4. Paste into a file on your computer.