mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
switch to base wyzie
This commit is contained in:
parent
84b1de91c4
commit
5a2160cf49
3 changed files with 3087 additions and 5945 deletions
|
|
@ -75,7 +75,7 @@
|
|||
"semver": "^7.7.3",
|
||||
"slugify": "^1.6.6",
|
||||
"subsrt-ts": "^2.1.2",
|
||||
"wyzie-lib": "github:FifthWit/wyzie-lib",
|
||||
"wyzie-lib": "^2.2.6",
|
||||
"zustand": "^4.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
9028
pnpm-lock.yaml
9028
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -43,7 +43,7 @@ export async function scrapeWyzieCaptions(
|
|||
display: subtitle.display,
|
||||
media: subtitle.media,
|
||||
isHearingImpaired: subtitle.isHearingImpaired,
|
||||
source: `wyzie ${subtitle.source.toString() === "opensubtitles" ? "opensubs" : subtitle.source}`,
|
||||
source: `wyzie ${subtitle.source?.toString() === "opensubtitles" ? "opensubs" : subtitle.source}`,
|
||||
encoding: subtitle.encoding,
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue