Skip to content

Instantly share code, notes, and snippets.

View nazarovsky's full-sized avatar

Alexander Nazarovsky nazarovsky

View GitHub Profile
@nazarovsky
nazarovsky / docin-dl.py
Last active October 17, 2022 06:21 — forked from drelatgithub/docin-dl.py
Docin document downloader
###############################################################################
#
# Docin document downloader
#
# Valid as of 2022-16-08
#
###############################################################################
import argparse
import os
from types import SimpleNamespace