Print metadata

This commit is contained in:
lordwelch 2017-11-30 19:46:43 -07:00
parent f4e95ca172
commit aee1fdd97e

View File

@ -62,7 +62,7 @@ func process(torrentFile string) *SceneVideoTorrent {
)
f, _ := os.OpenFile(torrentFile, os.O_RDONLY, 755)
mt.ReadFile(f)
//fmt.Printf("%+v\n", mt)
fmt.Printf("%+v\n", mt)
vt.Torrent = NewTorrent(*mt)
vt.Parse(vt.Name)
fmt.Printf("%v\n", *vt)