feat: lrc lyrics download

This commit is contained in:
WorldObservationLog
2024-04-24 01:02:04 +08:00
parent 712d548a63
commit d331a9d10a
6 changed files with 417 additions and 52 deletions

5
go.mod
View File

@@ -7,4 +7,7 @@ require (
github.com/grafov/m3u8 v0.11.1
)
require github.com/google/uuid v1.1.2 // indirect
require (
github.com/beevik/etree v1.3.0 // indirect
github.com/google/uuid v1.1.2 // indirect
)