package db import "gorm.io/gorm" type YdlEntry struct { gorm.Model Title string Link string Format string OutputFolder string }