Skip to content

Commit

Permalink
fix(packages.core): fix ttdownloader endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: hansputera <[email protected]>
  • Loading branch information
hansputera committed Sep 8, 2024
1 parent 0c4d72a commit 1e716c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/ttDownloaderProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit 1e716c3

Please sign in to comment.