commit
f2ee8bab81
@ -304,6 +304,7 @@ const getShorten = async (url) => {
|
|||||||
// '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://sagiri-fansub.tk/api/v1/short?url=', // my api, pls don't ddos :(
|
||||||
|
'https://lazuee.ga/api/v1/shorten?url='
|
||||||
// 'https://cdpt.in/shorten?url=', Redirects 5s :(
|
// 'https://cdpt.in/shorten?url=', Redirects 5s :(
|
||||||
];
|
];
|
||||||
try {
|
try {
|
||||||
@ -319,4 +320,4 @@ const getShorten = async (url) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module.exports = WebEmbed;
|
module.exports = WebEmbed;
|
||||||
module.exports.hiddenEmbed = hiddenCharter;
|
module.exports.hiddenEmbed = hiddenCharter;
|
||||||
|
Loading…
Reference in New Issue
Block a user