From 75312da1c9f68e8962fe847121f7c8e907e4e777 Mon Sep 17 00:00:00 2001 From: nathom Date: Mon, 3 May 2021 12:23:11 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9CNot=20available=20for=20download?= =?UTF-8?q?=20message=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- streamrip/bases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamrip/bases.py b/streamrip/bases.py index eadbd0a..b7d0f3a 100644 --- a/streamrip/bases.py +++ b/streamrip/bases.py @@ -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