Skip to content

Instantly share code, notes, and snippets.

@pkfm
pkfm / dash-doggybag.py
Last active April 7, 2020 17:07 — forked from lucasg/dash-doggybag.py
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