1
0
Fork 0
mirror of https://github.com/nathom/streamrip.git synced 2025-05-25 12:35:00 -04:00

Begin move to cleo

This commit is contained in:
nathom 2021-07-30 11:20:36 -07:00
parent 54f4ab99af
commit 9970ac548f
13 changed files with 528 additions and 150 deletions

View file

@ -7,7 +7,7 @@ import shutil
from pprint import pformat
from typing import Any, Dict
import click
from click import style, secho
import tomlkit
from streamrip.exceptions import InvalidSourceError