Skip to content

Instantly share code, notes, and snippets.

View r0ld3x's full-sized avatar

Roldex Stark r0ld3x

View GitHub Profile
@r0ld3x
r0ld3x / file_downloader.py
Created May 18, 2025 13:24
Download files in python with callback and other features
import asyncio
import logging
import mimetypes
import os
import sys
import time
import traceback
from typing import Callable, Optional
import aiohttp