aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.