@vot.js/core
Advanced tools
Changelog
2.4.2
https://web.telegram.org/k/
, supports only public channels)t.me
, supports only public channels)Changelog
2.4.1
translateVideoCache
)useNewModel
to useLivelyVoice
in translateVideo extraOptsuselivelyVoice
is false by default, because it requires Session_id
cookie in headersuseNewModel
to useLivelyVoice
in protobufunknown1
to isLivelyVoice
in VideoTranslation protobuf request25.4.x
Changelog
2.4.0
/client/disk
for Yandex Diskimport VOTClient from "@vot.js/node";
// enum
enum CustomVideoService {
example = "example",
test = "test",
}
const client = new VOTClient<CustomVideoService>();
await client.translateVideo({
videoData: {
url: "https://example.com/123",
host: CustomVideoService.example,
videoId: "123",
},
});
// literal union
type OtherVideoService = "example" | "test";
const otherClient = new VOTClient<OtherVideoService>();
await otherClient.translateVideo({
videoData: {
url: "https://example.com/123",
host: "test",
videoId: "123",
},
});
"X-Use-Snake-Case": "Yes"
for VOT Backendpretty-quick
to prettier
in update:config
scriptChangelog
2.3.12
Now RapidCloud use wasm and fake file types for video player... no comments
Changelog
2.3.11
/videos/VIDEO_ID
with Global IGN (www.ign.com
)/videos/VIDEO_ID
with Global IGN (www.ign.com
)Changelog
2.3.10
Changelog
2.3.8
Changelog
2.3.7
.org
tld for PornHubuv
, episode
, season
, serial
video type for Kodik.org
tld for PornHubuv
, episode
, season
, serial
video type for Kodik