aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-06-13 21:03:34 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-06-13 21:07:54 +0200
commitf1fd665089dd6b0a1fa4fc72a64db3cbf0b6d5f5 (patch)
tree7d9fe5031671cdf5fd8da3e031966c72a358942e /README.md
parentf13a07aa433298de91e1c4aff68f72be6d851be2 (diff)
downloadmdir-f1fd665089dd6b0a1fa4fc72a64db3cbf0b6d5f5.tar.gz
mdir-f1fd665089dd6b0a1fa4fc72a64db3cbf0b6d5f5.tar.bz2
mdir-f1fd665089dd6b0a1fa4fc72a64db3cbf0b6d5f5.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 2 insertions, 19 deletions
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.