Ver código fonte

修复编译问题

Signed-off-by: 716 <[email protected]>
716 4 anos atrás
pai
commit
8e3f842068
2 arquivos alterados com 0 adições e 4 exclusões
  1. 0 1
      common/config.go
  2. 0 3
      common/reqParam.go

+ 0 - 1
common/config.go

@@ -10,5 +10,4 @@ type Config struct {
 	UserRemoteBrowser bool
 	RemoteBrowserDockerURL string
 	FoundExistSubFileThanSkip bool
-
 }

+ 0 - 3
common/reqParam.go

@@ -8,9 +8,6 @@ type ReqParam struct {
 	RemoteBrowserDockerURL string // rod 使用远程的浏览器
 	FoundExistSubFileThanSkip bool	// 如果视频的目录下面有字幕文件了,就跳过
 	UserRemoteBrowser			bool		// 是否使用远程的浏览器去爬取 subhd 的字
-	RemoteBrowserDockerURL 		string		// 远程 rod-browser 的 ws 地址
-	FoundExistSubFileThanSkip 	bool		// 是否跳过已经下载过 sub 的视频
-
 
 	HttpProxy string		// HttpClient 相关
 	UserAgent string		// HttpClient 相关