chore(extractor): increase StreamEmbed TTL to 3d
This commit is contained in:
parent
5c87c5d9e2
commit
e52cee2125
2 changed files with 3 additions and 1 deletions
|
|
@ -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/);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue