refactor ffmpeg, download styling

This commit is contained in:
Carl Pearson
2024-10-14 05:36:34 -06:00
parent ccd21636cf
commit 30a2407e46
11 changed files with 145 additions and 71 deletions

View File

@@ -17,6 +17,7 @@ import (
"gorm.io/gorm/logger"
"ytdlp-site/database"
"ytdlp-site/ffmpeg"
"ytdlp-site/handlers"
"ytdlp-site/media"
"ytdlp-site/originals"
@@ -52,6 +53,7 @@ func main() {
log.Infof("GitSHA: %s", getGitSHA())
log.Infof("BuildDate: %s", getBuildDate())
ffmpeg.Init(log)
handlers.Init(log)
ytdlp.Init(log)