feat: use real link to download client

This commit is contained in:
Simon Ding
2025-04-19 21:22:06 +08:00
parent 1ea8246cfc
commit d44060ff33
3 changed files with 14 additions and 11 deletions

View File

@@ -1,12 +1,11 @@
package utils
import (
"polaris/log"
"testing"
)
func TestLink2Magnet(t *testing.T) {
s, err := Link2Hash("https://api.m-team.io/api/rss/dlv2?useHttps=true&type=ipv6&sign=1a5174668feea2630acfd6a665f41e5c&t=1738468436&tid=901313&uid=346577")
log.Errorf("%v", err)
log.Infof("%v", s)
// s, err := Link2Hash("https://api.m-team.io/api/rss/dlv2?useHttps=true&type=ipv6&sign=1a5174668feea2630acfd6a665f41e5c&t=1738468436&tid=901313&uid=346577")
// log.Errorf("%v", err)
// log.Infof("%v", s)
}