Procházet zdrojové kódy

修复编译问题

Signed-off-by: 716 <[email protected]>
716 před 4 roky
rodič
revize
8e3f842068
2 změnil soubory, kde provedl 0 přidání a 4 odebrání
  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
 	UserRemoteBrowser bool
 	RemoteBrowserDockerURL string
 	RemoteBrowserDockerURL string
 	FoundExistSubFileThanSkip bool
 	FoundExistSubFileThanSkip bool
-
 }
 }

+ 0 - 3
common/reqParam.go

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