Skip to content

Instantly share code, notes, and snippets.

View ZhengShang's full-sized avatar
💭
m

ZhengShang

💭
m
  • Shen Zhen
View GitHub Profile
@drelatgithub
drelatgithub / docin-dl.py
Last active November 18, 2025 03:14
Docin document downloader
###############################################################################
#
# Docin document downloader
#
# Valid as of 2022-12-13
#
###############################################################################
import argparse
import os
from types import SimpleNamespace