feat: Add thunderExpert priority video url switch

This commit is contained in:
foxxorcat
2022-09-15 22:50:27 +08:00
parent e3b213c398
commit 0d012f85cb
4 changed files with 38 additions and 16 deletions

View File

@ -52,6 +52,7 @@ type Common struct {
PackageName string
UserAgent string
DownloadUserAgent string
UseVideoUrl bool
}
func (c *Common) SetCaptchaToken(captchaToken string) {