Skip to content

Instantly share code, notes, and snippets.

@lucasg
lucasg / dash-doggybag.py
Last active June 11, 2025 03:11
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