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
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 |