mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-28 14:04:49 -04:00
Fix “Not available for download message”
This commit is contained in:
parent
fc8f4cee83
commit
75312da1c9
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class Track:
|
||||||
) # downloads file
|
) # downloads file
|
||||||
except NonStreamable:
|
except NonStreamable:
|
||||||
click.secho(
|
click.secho(
|
||||||
"Track {self!s} is not available for download, skipping.", fg="red"
|
f"Track {self!s} is not available for download, skipping.", fg="red"
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue