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 May 11, 2024 04:01
Docin document downloader
###############################################################################
#
# Docin document downloader
#
# Valid as of 2022-12-13
#
###############################################################################
import argparse
import os
from types import SimpleNamespace