From 09b00b6197e5005b8922cbe44297902c0fdf882f Mon Sep 17 00:00:00 2001 From: Levi Date: Sat, 24 Sep 2022 15:23:04 +0200 Subject: [PATCH] Instagram support --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index a79ad47..469fd4b 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,5 @@ { "token": "your-token-goes-here", - "tweetParser": "https://fxtwitter.com/" + "tweetParser": "https://fxtwitter.com/", + "instaParser": "https://ddinstagram.com/" }