This commit is contained in:
YL
2026-03-06 08:52:55 +08:00
parent 97eed68d88
commit 0cb5a71908
8 changed files with 329 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module m3u8-downloader
go 1.25.0
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v3 v3.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/term v0.40.0 // indirect
)