mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
fix(packages.core): fix ttdownloader endpoint
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ export class TTDownloader extends BaseProvider {
|
||||
const token = (
|
||||
firstResponse.body.match(/name="token" value="(.*)?"/) as string[]
|
||||
)[1];
|
||||
const videoResponse = await this.client.post('./req', {
|
||||
const videoResponse = await this.client.post('./search', {
|
||||
form: {
|
||||
token: token,
|
||||
format: '',
|
||||
|
||||
Reference in New Issue
Block a user