16 lines
290 B
Go
Raw Normal View History

package main
func main() {
2018-04-08 20:44:21 +00:00
// defer arn.Node.Close()
2018-04-08 20:44:21 +00:00
// for track := range arn.StreamSoundTracks() {
// if arn.ContainsUnicodeLetters(track.Title) {
// track.NewTitle.Native = track.Title
// } else {
// track.NewTitle.Canonical = track.Title
// }
2018-04-08 20:44:21 +00:00
// track.Save()
// }
}