完善多个通道

This commit is contained in:
Yun
2024-11-20 19:42:07 +08:00
parent 868a5106e6
commit dc49e97912
33 changed files with 1861 additions and 191 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/PuerkitoBio/goquery"
)
// 解析HTML资源,响应资源链接
// html路径替换
func ParseHtmlResource(html string) ([]string, error) {
resp := []string{}