From 781b767879dec66e5238ccb2c81ec49f1f8d8a91 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sun, 27 Jul 2025 16:44:36 +0300 Subject: [PATCH] Add support for converting youtube handle channels urls to channel_id. Closes #353 --- ui/app/components/TaskForm.vue | 96 ++++++++++++++++++++++------------ 1 file changed, 64 insertions(+), 32 deletions(-) diff --git a/ui/app/components/TaskForm.vue b/ui/app/components/TaskForm.vue index fca4aa26..02205c4a 100644 --- a/ui/app/components/TaskForm.vue +++ b/ui/app/components/TaskForm.vue @@ -1,20 +1,10 @@