Skip to content

Commit

Permalink
deploy: trigger railway
Browse files Browse the repository at this point in the history
Signed-off-by: Hanif Dwy Putra S <[email protected]>
  • Loading branch information
hansputera authored Nov 3, 2022
1 parent 6d0d608 commit 93c09c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/utils/extractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
Expand Down

1 comment on commit 93c09c1

@vercel
Copy link

@vercel vercel bot commented on 93c09c1 Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tiktok-dl – ./

tiktok-dl-cyan.vercel.app
tiktok-dl-git-dev-hansputera.vercel.app
tiktok-dl-hansputera.vercel.app

Please sign in to comment.