fix(core.providers.downtik): change the downtik url

Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
Hanif Dwy Putra S
2022-10-22 11:23:33 +00:00
parent 579cd705d4
commit 6d0d6081ac

View File

@@ -16,7 +16,7 @@ export class DownTikProvider extends BaseProvider {
return 'downtik';
}
public client = getFetch('https://downtik.net');
public client = getFetch('https://downtik.io');
public maintenance = undefined;
@@ -39,8 +39,8 @@ export class DownTikProvider extends BaseProvider {
},
headers: {
cookie: response.headers['set-cookie']?.toString(),
Referer: 'https://downtik.net/',
Origin: 'https://downtik.net',
Referer: 'https://downtik.io/',
Origin: 'https://downtik.io',
},
});