removed mobile user agent because douyin doesnt need it

This commit is contained in:
wukko
2022-07-30 17:36:18 +06:00
parent 600952aa51
commit e19837417b
3 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ version = packageJson.version,
streamLifespan = config.streamLifespan,
maxVideoDuration = config.maxVideoDuration,
genericUserAgent = config.genericUserAgent,
mobileUserAgent = config.mobileUserAgent,
repo = packageJson["bugs"]["url"].replace('/issues', ''),
authorInfo = config.authorInfo,
supportedLanguages = config.supportedLanguages,