From f13a07aa433298de91e1c4aff68f72be6d851be2 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 6 Jun 2022 02:49:05 +0200 Subject: Initial commit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..87fb987 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# 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, +} +``` + -- cgit v1.2.3