在Instagram頁面加入下載按鈕與開啟按鈕,透過這些按鈕可以下載或開啟大頭貼與貼文、限時動態、Highlight中的照片或影片
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-]+\//;
I'd recommend to make the following changes to work on "/reel/" urls:
const postIdPattern = /^\/(p|reel)\/([^/]+)\//;
const postUrlPattern = /instagram\.com\/(p|reel)\/[\w-]+\//;