fix(extractor): reduce HubCloud + HubDrive ttl to 12h
This commit is contained in:
parent
693a77e73e
commit
296f0478b0
4 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ export class HubCloud extends Extractor {
|
|||
|
||||
public readonly label = 'HubCloud';
|
||||
|
||||
public override readonly ttl: number = 518400000; // 6d
|
||||
public override readonly ttl: number = 43200000; // 12h
|
||||
|
||||
public supports(_ctx: Context, url: URL): boolean {
|
||||
return null !== url.host.match(/hubcloud/);
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ export class HubDrive extends Extractor {
|
|||
|
||||
public readonly label = 'HubDrive';
|
||||
|
||||
public override readonly ttl: number = 518400000; // 6d
|
||||
public override readonly ttl: number = 43200000; // 12h
|
||||
|
||||
private readonly hubCloud: HubCloud;
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ exports[`HubCloud handle crayon shin-chan 1993 1`] = `
|
|||
"extractorId": "hubcloud_fsl",
|
||||
"title": "Crayon Shinchan Action Kamen vs Demon (1993) 1080p BluRay REMUX AVC [Hindi DD 2.0 + Japanese FLAC 2.0] (PitiPati-Ionicboy) (4kHDHub.com).mkv",
|
||||
},
|
||||
"ttl": 518400000,
|
||||
"ttl": 43200000,
|
||||
"url": "https://pub-6b25c191839c4b01a878de4fdde0227b.r2.dev/e35ec4a9a4efb5a154d0d10f9481dafc?token=1765557445",
|
||||
},
|
||||
]
|
||||
|
|
@ -29,7 +29,7 @@ exports[`HubCloud handle dark 2017 s03e08 1`] = `
|
|||
"requestHeaders": {
|
||||
"Referer": "https://pixeldrain.dev/u/2kFQBQio",
|
||||
},
|
||||
"ttl": 518400000,
|
||||
"ttl": 43200000,
|
||||
"url": "https://pixeldrain.dev/api/file/2kFQBQio?download=",
|
||||
},
|
||||
]
|
||||
|
|
@ -45,7 +45,7 @@ exports[`HubCloud handle dexter original sin 2024 s01e01 1`] = `
|
|||
"extractorId": "hubcloud_fsl",
|
||||
"title": "Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv",
|
||||
},
|
||||
"ttl": 518400000,
|
||||
"ttl": 43200000,
|
||||
"url": "https://pub-b5ecaffddf2344a0ae2222f5e8913e1b.r2.dev/Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv?token=1765557444",
|
||||
},
|
||||
{
|
||||
|
|
@ -59,7 +59,7 @@ exports[`HubCloud handle dexter original sin 2024 s01e01 1`] = `
|
|||
"requestHeaders": {
|
||||
"Referer": "https://pixeldrain.dev/u/HqAiguQV",
|
||||
},
|
||||
"ttl": 518400000,
|
||||
"ttl": 43200000,
|
||||
"url": "https://pixeldrain.dev/api/file/HqAiguQV?download=",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ exports[`HubDrive handle avatar 1`] = `
|
|||
"extractorId": "hubcloud_fsl",
|
||||
"title": "Avatar (2009) Extended Collector's Edition IMAX 2160p UHD BluRay REMUX DV HDR 10bit HEVC [Hindi DDP 5.1 + English DTS-HD MA 5.1] x265 (LM-LUMiX) 4KHDHUB.[Com].mkv",
|
||||
},
|
||||
"ttl": 518400000,
|
||||
"ttl": 43200000,
|
||||
"url": "https://love.polgen.buzz/9eb5c280ca70adc5c98417476ff16743?token=1768569027",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue