Fix redgif previews

This commit is contained in:
Mr. Stallion 2021-09-06 19:56:50 -05:00
parent 99b71bfd10
commit c7044ed435
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export class ImageUrlMutator {
async(_url: string, match: RegExpMatchArray): Promise<string> => {
const redgifId = match[2];
return `https://www.gifdeliverynetwork.com/ifr/${redgifId}?controls=0&hd=1`;
return `https://www.redgifs.com/ifr/${redgifId}?controls=0&hd=1`;
}
);