mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
feat: ai translate
Closes #1285 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -196,6 +196,7 @@ class VideoHttp {
|
||||
dynamic seasonId,
|
||||
required bool tryLook,
|
||||
required VideoType videoType,
|
||||
String? language,
|
||||
}) async {
|
||||
final params = await WbiSign.makSign({
|
||||
'avid': ?avid,
|
||||
@@ -214,6 +215,7 @@ class VideoHttp {
|
||||
'web_location': 1315873,
|
||||
// 免登录查看1080p
|
||||
if (tryLook) 'try_look': 1,
|
||||
'cur_language': ?language,
|
||||
});
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user