common.go 230 B

123456789
  1. package common
  2. import "time"
  3. const HTMLTimeOut = 60 * time.Second // HttpClient 超时时间
  4. const DownloadSubsPerSite = 1 // 默认,每个网站下载一个字幕,允许额外传参调整
  5. const DebugFolder = "debugThings"