mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
deploy: trigger railway
Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6d0d6081ac
commit
93c09c19ed
@@ -39,7 +39,7 @@ export const deObfuscate = (html: string): string => {
|
||||
html.split("'").find((x) => /(((url)? error)|could)/gi.test(x)),
|
||||
);
|
||||
} else {
|
||||
// only match script tag
|
||||
// only match script tag.
|
||||
const obfuscatedScripts = html.match(
|
||||
/<script[\s\S]*?>[\s\S]*?<\/script>/gi,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user