Skip to content

Instantly share code, notes, and snippets.

@lucasg
lucasg / dash-doggybag.py
Last active March 19, 2025 23:26
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