Skip to content

Instantly share code, notes, and snippets.

@migueloliveiradev
Created November 6, 2025 16:05
Show Gist options
  • Select an option

  • Save migueloliveiradev/99871003f9576983b80d0b0294cba183 to your computer and use it in GitHub Desktop.

Select an option

Save migueloliveiradev/99871003f9576983b80d0b0294cba183 to your computer and use it in GitHub Desktop.
List youtube music playlists name

List youtube music playlists name

Array.from(document.querySelectorAll('#items > ytmusic-two-row-item-renderer > div.details.style-scope.ytmusic-two-row-item-renderer > div > yt-formatted-string')).map(p => p.textContent)
  • Output example
['Zeca Pagodinho', 'Tim Maia']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment