diff --git a/app/views/download.html b/app/views/download.html index a3ac9c6..d11fa42 100644 --- a/app/views/download.html +++ b/app/views/download.html @@ -25,12 +25,18 @@ {{if gt (len $video.OtherFormats) 0}}
-
-
+
{{range $index, $format := $video.OtherFormats}} {{$label := sprintf "ext: %s, resolution: %s, filesize: %s, note: %s" $format.Ext $format.Resolution diff --git a/config/config.go b/config/config.go index 77bacb2..a225eb4 100644 --- a/config/config.go +++ b/config/config.go @@ -117,8 +117,6 @@ func LoadConfig(paths ...string) (*Config, error) { } } - viper.Debug() - config := DefaultConfig() if err := viper.Unmarshal(config); err != nil { return nil, err