pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable fed subs

Pas 5a17ee5f 29687ff6

+5 -5
+5 -5
src/utils/externalSubtitles.ts
··· 309 309 season, 310 310 episode, 311 311 ); 312 - const febboxPromise = scrapeFebboxCaptions(imdbId, season, episode); 312 + // const febboxPromise = scrapeFebboxCaptions(imdbId, season, episode); 313 313 314 314 // Create timeout promises 315 315 const timeoutPromise = new Promise<CaptionListItem[]>((resolve) => { ··· 343 343 handleSourceCompletion("OpenSubtitles", captions); 344 344 return captions; 345 345 }), 346 - Promise.race([febboxPromise, timeoutPromise]).then((captions) => { 347 - handleSourceCompletion("Febbox", captions); 348 - return captions; 349 - }), 346 + // Promise.race([febboxPromise, timeoutPromise]).then((captions) => { 347 + // handleSourceCompletion("Febbox", captions); 348 + // return captions; 349 + // }), 350 350 ]; 351 351 352 352 // Wait for all sources to complete (with timeouts)