From f1fd665089dd6b0a1fa4fc72a64db3cbf0b6d5f5 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 13 Jun 2022 21:03:34 +0200 Subject: feat: Add poor implementation for the worker This is just me testing a bit how doworker works, while I learn of go/gin in the process. --- README.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 87fb987..e19fa46 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,5 @@ # yt downloader simple frontend -This projects aim to automat a bit youtube-dl/yt-dlp downloads. A glorified cron -job. - -# Brain storm - -``` go -struct YdlEntry { - id int, - link string, - format string - output_folder string, -} - -struct Log { - id int, - yentry int, - logs string, -} -``` +This projects aim to automat a bit youtube-dl/yt-dlp downloads and learn some +go in the process. -- cgit v1.2.3