1. 添加了block twitch 视频流的插件.

2. 流量减少99%
3. cpu使用率降低50%
4. 速度提高了400%
This commit is contained in:
eson
2020-07-27 19:30:54 +08:00
parent 41d3763b57
commit 1d2f2d14c5
18 changed files with 186 additions and 75 deletions

4
extractor/twitch_extractor/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*.html
log
screenlog.*
twitch_extractor

View File

@@ -0,0 +1,13 @@
package main
import (
"intimate"
"testing"
)
var estore = intimate.NewStoreExtractor()
var sstore = intimate.NewStoreSource(string(intimate.STOpenrec))
func TestCase0(t *testing.T) {
}