Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Last active January 21, 2019 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipgorczynski/af89475d25187220618c2970edd08005 to your computer and use it in GitHub Desktop.
Save filipgorczynski/af89475d25187220618c2970edd08005 to your computer and use it in GitHub Desktop.
"""
1. Go to https://youtube-playlist-analyzer.appspot.com/
2. Enter playlist URL
3. Copy playlist table and paste to text editor
4. Search and Replace with Regex (notice XX is the playlist size)
SEARCH: ^(\d+)\s+(.*)\t([-_A-Za-z0-9]+)\t(\d{2}:\d{2}:\d{2})
REPLACE: **$1/XX** [$2](https://www.youtube.com/watch?v=$3) _$4_
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment