chore(extractor): increase StreamEmbed TTL to 3d

This commit is contained in:
WebStreamr 2026-01-28 18:12:03 +00:00
parent 5c87c5d9e2
commit e52cee2125
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ export class StreamEmbed extends Extractor {
public readonly label = 'StreamEmbed';
public override readonly ttl: number = 259200000; // 3d
public supports(_ctx: Context, url: URL): boolean {
return null !== url.host.match(/bullstream|mp4player|watch\.gxplayer/);
}

View file

@ -12,7 +12,7 @@ exports[`StreamEmbed watch.gxplayer.xyz 1`] = `
"height": 720,
"title": "Baymax - Riesiges Robowabohu.mp4",
},
"ttl": 900000,
"ttl": 259200000,
"url": "https://watch.gxplayer.xyz/m3u8/3/30b4a92517ace5825f5944c8a794ad3e/master.txt?s=1&id=11782&cache=1",
},
]