chore(extractor): cache KinoGer for 6h
This commit is contained in:
parent
bb95118d2b
commit
316fd4621b
2 changed files with 4 additions and 2 deletions
|
|
@ -9,6 +9,8 @@ export class KinoGer extends Extractor {
|
|||
|
||||
public readonly label = 'KinoGer';
|
||||
|
||||
public override readonly ttl: number = 21600000; // 6h
|
||||
|
||||
public supports(_ctx: Context, url: URL): boolean {
|
||||
return [
|
||||
'asianembed.cam',
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ exports[`KinoGer Blood & Sinners 1`] = `
|
|||
"Referer": "https://kinoger.re",
|
||||
},
|
||||
"sourceId": "kinoger_de",
|
||||
"ttl": 900000,
|
||||
"ttl": 21600000,
|
||||
"url": "https://scvo.processorprediction.shop/v4/bgm/ge5fhb/cf-master.txt?v=1748766126",
|
||||
},
|
||||
]
|
||||
|
|
@ -38,7 +38,7 @@ exports[`KinoGer Dead City 1`] = `
|
|||
"Referer": "https://kinoger.re",
|
||||
},
|
||||
"sourceId": "kinoger_de",
|
||||
"ttl": 900000,
|
||||
"ttl": 21600000,
|
||||
"url": "https://sipt.responseautomation.cyou/v4/vz1/x6tsx9/cf-master.txt?v=1748957184",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue