mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
fix(core.providers): change request url
Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ export class DDDTikProvider extends BaseProvider {
|
||||
* @return {Promise<ExtractedInfo>}
|
||||
*/
|
||||
async fetch(url: string): Promise<ExtractedInfo> {
|
||||
const response = await this.client.post('./down.php', {
|
||||
const response = await this.client.post('./down_2892409.php', {
|
||||
form: {
|
||||
url,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user