Instagram Download Button

Add the download button and the open button to download or open profile picture and media in the posts, stories, and highlights in Instagram

< Commentaires sur Instagram Download Button

Avis: Bon - le script fonctionne correctement

§
Posté le: 2024-05-05

I'd recommend to make the following changes to work on "/reel/" urls:

const postIdPattern = /^\/(p|reel)\/([^/]+)\//;
const postUrlPattern = /instagram\.com\/(p|reel)\/[\w-]+\//;

§
Posté le: 2024-05-05

I'd recommend to make the following changes to work on "/reel/" urls:

const postIdPattern = /^\/(p|reel)\/([^/]+)\//;
const postUrlPattern = /instagram\.com\/(p|reel)\/[\w-]+\//;

Correction, only:
const postUrlPattern = /instagram\.com\/(p|reel)\/[\w-]+\//;

Poster une réponse

Connectez-vous pour poster une réponse.