Skip to content

Instantly share code, notes, and snippets.

View kbidlack's full-sized avatar

Kavi Bidlack kbidlack

View GitHub Profile
@kbidlack
kbidlack / ascdl.py
Created July 15, 2025 00:15
draft async soundcloud downloader
import asyncio
from pathlib import Path
import string
import time
from ffmpeg import Progress
from ffmpeg.asyncio import FFmpeg
from typing import Union, get_args, get_origin
from soundcloud.resource.base import BaseData
import aiohttp