mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 11:18:28 +00:00
chore: a bit of better matching
This commit is contained in:
parent
48c48c61de
commit
7ac9c2895b
@ -1,6 +1,6 @@
|
||||
import { genericUserAgent } from "../../config.js";
|
||||
|
||||
const SPOTLIGHT_VIDEO_REGEX = /<link data-react-helmet="true" rel="preload" href="(https:\/\/cf-st\.sc-cdn\.net\/d\/[\w.?=]+&uc=46)" as="video"\/>/;
|
||||
const SPOTLIGHT_VIDEO_REGEX = /<link data-react-helmet="true" rel="preload" href="(https:\/\/cf-st\.sc-cdn\.net\/d\/[\w.?=]+&uc=\d+)" as="video"\/>/;
|
||||
|
||||
export default async function(obj) {
|
||||
let link;
|
||||
|
Loading…
Reference in New Issue
Block a user