From 66c2799e7eda5961ca271d7f9a83f5f9a551f66a Mon Sep 17 00:00:00 2001 From: n8detar Date: Mon, 18 Apr 2022 10:24:53 -0700 Subject: [PATCH] Switch to TA error notification --- tubearchivist/www/src/pages/download.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tubearchivist/www/src/pages/download.tsx b/tubearchivist/www/src/pages/download.tsx index 76627f5..4cbcd64 100755 --- a/tubearchivist/www/src/pages/download.tsx +++ b/tubearchivist/www/src/pages/download.tsx @@ -106,7 +106,14 @@ const Download: NextPage = () => {

Downloads

-
+ {errorMessage && +
+
+

Failed to extract links.

+

Not a video, channel or playlist ID or URL

+
+
+ }
@@ -147,9 +154,6 @@ const Download: NextPage = () => {