Merge pull request #28 from aquariuscool/master
fix: tiktok downloader v3
This commit is contained in:
commit
0dd7b1f0b6
@ -154,7 +154,7 @@ export const MusicalDown = (url: string, proxy?: string) =>
|
||||
: text.includes("watermark")
|
||||
? "videoWatermark"
|
||||
: `video${i}`
|
||||
] = $(v).attr("href")
|
||||
] = $(v).attr("href") != undefined ? $(v).attr("href") : /downloadX\('([^']+)'\)/.exec($(v).attr('onclick'))[1];
|
||||
i++
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user