new api shorten url
This commit is contained in:
parent
498200d706
commit
ed996371b0
@ -303,6 +303,7 @@ const getShorten = async (url) => {
|
|||||||
const APIurl = [
|
const APIurl = [
|
||||||
// 'https://is.gd/create.php?format=simple&url=', :(
|
// 'https://is.gd/create.php?format=simple&url=', :(
|
||||||
'https://tinyurl.com/api-create.php?url=',
|
'https://tinyurl.com/api-create.php?url=',
|
||||||
|
'https://sagiri-fansub.tk/api/v1/short?url=', // my api, pls don't ddos :(
|
||||||
// 'https://cdpt.in/shorten?url=', Redirects 5s :(
|
// 'https://cdpt.in/shorten?url=', Redirects 5s :(
|
||||||
];
|
];
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user