# 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, } ```