mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-12 22:26:16 -04:00
Merge pull request #438 from Dlanis/patch-1
This commit is contained in:
commit
a38c65f265
1 changed files with 3 additions and 0 deletions
|
@ -1173,6 +1173,9 @@ class Tracklist(list):
|
|||
for future in future_map.keys():
|
||||
try:
|
||||
future.result()
|
||||
except ItemExists:
|
||||
item = future_map[future]
|
||||
secho(f"{item!s} exists. Skipping.", fg="yellow")
|
||||
except NonStreamable as e:
|
||||
item = future_map[future]
|
||||
e.print(item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue