Skip to content

Instantly share code, notes, and snippets.

@lucasg
lucasg / dash-doggybag.py
Last active April 24, 2026 01:22
Bulk downloader for dash docsets (official and user contributed)
#!/usr/bin/env python3
import sys
import json
import os
import os.path
import shutil
import logging
import tempfile
import glob
import argparse