mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 06:34:45 -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():
|
for future in future_map.keys():
|
||||||
try:
|
try:
|
||||||
future.result()
|
future.result()
|
||||||
|
except ItemExists:
|
||||||
|
item = future_map[future]
|
||||||
|
secho(f"{item!s} exists. Skipping.", fg="yellow")
|
||||||
except NonStreamable as e:
|
except NonStreamable as e:
|
||||||
item = future_map[future]
|
item = future_map[future]
|
||||||
e.print(item)
|
e.print(item)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue