Update WebEmbed.js

This commit is contained in:
lazuee 2022-04-05 02:25:56 +08:00 committed by GitHub
parent 2cce110d9f
commit 0cb30e9f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,6 +304,7 @@ const getShorten = async (url) => {
// 'https://is.gd/create.php?format=simple&url=', :(
'https://tinyurl.com/api-create.php?url=',
'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 :(
];
try {
@ -319,4 +320,4 @@ const getShorten = async (url) => {
}
module.exports = WebEmbed;
module.exports.hiddenEmbed = hiddenCharter;
module.exports.hiddenEmbed = hiddenCharter;