mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-20 10:15:23 -04:00
Tidy ups
This commit is contained in:
parent
a8b4c89fc6
commit
918f0e3547
3 changed files with 6 additions and 8 deletions
|
@ -174,9 +174,6 @@ class RipCore(list):
|
|||
|
||||
for source, url_type, item_id in parsed:
|
||||
if item_id in self.db:
|
||||
logger.info(
|
||||
f"ID {item_id} already downloaded, use --ignore-db to override."
|
||||
)
|
||||
secho(
|
||||
f"ID {item_id} already downloaded, use --ignore-db to override.",
|
||||
fg="magenta",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue