Instagram 다운로더

미디어를 다운로드하거나 여는 버튼을 추가합니다

< Instagram 다운로더 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 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-]+\//;

§
작성: 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-]+\//;

댓글 남기기

댓글을 남기려면 로그인하세요.