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 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