mirror of
https://github.com/iyear/tdl
synced 2025-01-07 03:16:41 +08:00
chore(lint): fix
This commit is contained in:
parent
8d706bbe65
commit
75b86da710
@ -54,4 +54,3 @@ func GetMP4Info(r io.ReadSeeker) (int, int, int, error) {
|
||||
|
||||
return 0, 0, 0, fmt.Errorf("no h264 track found")
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ import (
|
||||
"github.com/iyear/connectproxy"
|
||||
"golang.org/x/net/proxy"
|
||||
)
|
||||
|
||||
func init() {
|
||||
connectproxy.Register(&connectproxy.Config{
|
||||
InsecureSkipVerify: true,
|
||||
|
Loading…
Reference in New Issue
Block a user