mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-27 05:24:31 -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
|
||||
except NonStreamable:
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue