Skip to content

Commit 4e54542

Browse files
iparamonaunleush
authored andcommitted
remove obsolete imports
1 parent fe0e493 commit 4e54542

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

plugins/domains/instagram.com/instagram.com.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import cheerio from 'cheerio';
2-
3-
import { decodeHTML5 } from 'entities';
4-
51
export default {
62

73
/**
@@ -63,7 +59,7 @@ export default {
6359
// Remove below error when and if it's fixed. Validators will remove the link
6460
og_image.error = 'Unfortunatelly Instagram\'s OG image is cropped';
6561
} 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";
6763
}
6864
links.push(og_image);
6965
}

0 commit comments

Comments
 (0)