Refactor
This commit is contained in:
11
patches/update-soundtracks/update-soundtracks.go
Normal file
11
patches/update-soundtracks/update-soundtracks.go
Normal file
@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
)
|
||||
|
||||
func main() {
|
||||
for track := range arn.MustStreamSoundTracks() {
|
||||
arn.PanicOnError(track.Save())
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user