Skip to content

Instantly share code, notes, and snippets.

View nazarovsky's full-sized avatar

Alexander Nazarovsky nazarovsky

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