From 24e0a2b07d7d5a12517ffb2906a0835afb8d0d92 Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 29 Aug 2020 12:03:58 +0200 Subject: [PATCH] fixup 'blockable' --- app/youtube/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/youtube/__init__.py b/app/youtube/__init__.py index a94f543..681970e 100644 --- a/app/youtube/__init__.py +++ b/app/youtube/__init__.py @@ -128,7 +128,7 @@ def watch(): return redirect(stream) else: if error and not metadata: # e.g. malformed, private/deleted video, ... - return errdetails + f"
Try visiting an Invidious instance.",400 # TODO: nicer + return errdetails + f"
Try visiting Invidious.",400 # TODO: nicer meta = prepare_metadata(metadata) with sqlite3.connect(cf['global']['database']) as conn: c = conn.cursor() -- 2.39.3