Skip to content

Instantly share code, notes, and snippets.

View AntonDumov's full-sized avatar

Anton Dumov AntonDumov

View GitHub Profile
@AntonDumov
AntonDumov / ed_downloader.py
Created April 19, 2021 10:25
Elite Dangerous Downloader.
# ELite Dangerous Downloader
#
# Get download manifest with Microsoft Network Monitor
# and put it in MANIFEST_URL
# Put download directory path to DOWNLOAD_DIR
#
# Original code here: https://pastebin.com/zbgS25x4
import gzip
import hashlib
import io