From daa65c868547cdb66d8e7d6b75d65cbe035be6e9 Mon Sep 17 00:00:00 2001 From: Ting-Jun Wang Date: Thu, 8 Dec 2022 01:32:58 +0800 Subject: [PATCH] fix: delete id --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index e7006fe..dc47a94 100644 --- a/main.py +++ b/main.py @@ -6,8 +6,7 @@ from tqdm import tqdm import sys header = { - # 'x-ig-app-id': 'You should find IG App ID on the browser', - 'x-ig-app-id': '936619743392459', + 'x-ig-app-id': 'You should find IG App ID on the browser', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36' }