This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |