Skip to content

Instantly share code, notes, and snippets.

@jogerj
jogerj / Members-only Playlist Bookmarklet.md
Last active September 1, 2021 02:15
Javascript bookmarklet that directly links you to membership playlist
#!/usr/bin/env python3
from enum import Enum
import getopt
import http.cookiejar
import json
import logging
import os
import queue
import shlex
import shutil