aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
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,
+}
+```
+