Skip to content

Instantly share code, notes, and snippets.

@xdavidhu
Created January 16, 2021 13:26
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdavidhu/136c7dfa9247e4883c1e4dc7a77350e6 to your computer and use it in GitHub Desktop.
Save xdavidhu/136c7dfa9247e4883c1e4dc7a77350e6 to your computer and use it in GitHub Desktop.

The Watch History playlist:

The HL list does not exist anymore, most probably because YouTube moved it’s history into myactivity.google.com, a central place where you can find every activity related to your Google account.

The Watch Later playlist:

It is the same WL as back in 2019.

The Liked Videos playlist:

Things got a bit simpler, and the liked playlist now simply has the ID LL.

The Uploads playlist:

This also got simpler. Now you only have to change the second character of the channel ID from the char “C”, to the char “U”:

// today you just have to change the second char to get the ID of the “Uploads” playlist
“UCBvX9uEO0a3fZNCK12MAgug” -> ”UUBvX9uEO0a3fZNCK12MAgug”

Getting the channel ID for custom URLs:

If the channel has a custom URL like https://www.youtube.com/c/xdavidhu, just search the page source for browseId.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment