chore(extractor): increase Fsst TTL to 3 hours
This commit is contained in:
parent
2ba6e4fa35
commit
a876c9b144
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ export class Fsst extends Extractor {
|
|||
|
||||
public readonly label = 'Fsst';
|
||||
|
||||
public override readonly ttl: number = 10800000; // 3h
|
||||
|
||||
public supports(_ctx: Context, url: URL): boolean {
|
||||
return null !== url.host.match(/fsst/);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ exports[`Fsst Wake up Dead Man 1`] = `
|
|||
"height": 1080,
|
||||
"title": "Wake.Up.Dead.Man.A.Knives.Out.Mystery.2025.mkv",
|
||||
},
|
||||
"ttl": 900000,
|
||||
"ttl": 10800000,
|
||||
"url": "https://a41.filevideo1.com/remote_control.php?time=1767712695&cv=a5df8582e6558fcf6bc25d7f02e5e646&lr=0&cv2=81173262e5b3e34fa9ebf67326ca98a5&file=%2Fvideos%2F948000%2F948429%2F948429.mp4&cv3=2d8ee1a66c0ca6ce75d84c67a50a70e9&cv4=7cf7fccae0c48291e3452c8ca2277f70",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue