fix: never cache result errors
This commit is contained in:
parent
7ec7219ed4
commit
fef59dd03b
5 changed files with 0 additions and 6 deletions
|
|
@ -53,7 +53,6 @@ export class ExtractorRegistry {
|
|||
error,
|
||||
label: url.host,
|
||||
sourceId: `${extractor.id}`,
|
||||
ttl: extractor.ttl,
|
||||
meta,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ exports[`ExtractorRegistry returns error result from extractor 1`] = `
|
|||
"countryCode": "en",
|
||||
},
|
||||
"sourceId": "external",
|
||||
"ttl": 3600000,
|
||||
"url": "https://some-url.test/",
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ exports[`Frembed handle imdb black mirror s4e2 1`] = `
|
|||
"title": "Black Mirror 4x2",
|
||||
},
|
||||
"sourceId": "external",
|
||||
"ttl": 3600000,
|
||||
"url": "https://ahvsh.com/e/83izf7qzwpae,https://netu.frembed.fun/e/0DFgfkcXOsDP,https://likessb.com/e/7yjgl1x56n08.html,https://ds2play.com/e/fzfvfq3ngig0",
|
||||
},
|
||||
{
|
||||
|
|
@ -58,7 +57,6 @@ exports[`Frembed handle imdb black mirror s4e2 1`] = `
|
|||
"title": "Black Mirror 4x2",
|
||||
},
|
||||
"sourceId": "external",
|
||||
"ttl": 3600000,
|
||||
"url": "https://ds2play.com/e/fzfvfq3ngig0",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ exports[`FrenchCloud handle imdb the devil's bath 1`] = `
|
|||
"countryCode": "fr",
|
||||
},
|
||||
"sourceId": "external",
|
||||
"ttl": 3600000,
|
||||
"url": "https://streamtape.com/e/gjA1OQ4klyHxgJ",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ exports[`VerHdLink handle titanic 1`] = `
|
|||
"countryCode": "mx",
|
||||
},
|
||||
"sourceId": "external",
|
||||
"ttl": 3600000,
|
||||
"url": "https://streamtape.com/e/Bjp2vjrdBxsK82",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue