重构完成

This commit is contained in:
eson
2020-09-09 17:25:36 +08:00
parent 30a6c35980
commit a9bb448351
14 changed files with 47 additions and 249 deletions

View File

@@ -123,7 +123,6 @@ func main() {
}
streamer := &intimate.Streamer{}
matches := regexp.MustCompile(`https://www.twitch.tv/(\w+)`).FindStringSubmatch(href)
if len(matches) == 2 {
mc := matches[1]