fix(core.providers): change request url

Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
Hanif Dwy Putra S
2022-10-22 11:13:14 +00:00
parent 19873c653f
commit 1c78fd234f

View File

@@ -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,
},