Greasy Fork is available in English.

Téléchargeur Instagram

Ajoutez des boutons pour télécharger ou ouvrir des médias

< Commentaires sur Téléchargeur Instagram

Avis: Bon - le script fonctionne correctement

§
Posté le: 05/05/2024

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: 05/05/2024

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.