Add repair command #98

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-07-06 14:02:22 -07:00
parent ec5afef1b3
commit 715ac496f1
11 changed files with 417 additions and 267 deletions

View file

@ -10,7 +10,7 @@ from typing import Any, Dict
import click
import tomlkit
from streamrip.constants import CONFIG_DIR, CONFIG_PATH, DOWNLOADS_DIR
from .constants import CONFIG_DIR, CONFIG_PATH, DOWNLOADS_DIR
from streamrip.exceptions import InvalidSourceError
logger = logging.getLogger("streamrip")