We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0e493 commit 4e54542Copy full SHA for 4e54542
plugins/domains/instagram.com/instagram.com.js
@@ -1,7 +1,3 @@
1
-import cheerio from 'cheerio';
2
-
3
-import { decodeHTML5 } from 'entities';
4
5
export default {
6
7
/**
@@ -63,7 +59,7 @@ export default {
63
59
// Remove below error when and if it's fixed. Validators will remove the link
64
60
og_image.error = 'Unfortunatelly Instagram\'s OG image is cropped';
65
61
} else if (!oembed.thumbnail_url) {
66
- og_image.message = "Unfortunatelly, Instagram removed full images on October 1, 2025";
62
+ og_image.message = "Unfortunatelly, Instagram removed full images on November 3, 2025";
67
}
68
links.push(og_image);
69
0 commit comments