commit 129faf6f8450d7a98090ef06a5b1bdc2f7d0d604 Author: ThePenguinDev Date: Wed Jun 21 11:42:16 2023 -0400 Initial commit diff --git a/providers.json b/providers.json new file mode 100644 index 0000000..9e6ea51 --- /dev/null +++ b/providers.json @@ -0,0 +1,48 @@ +[ + { + "url": "https://wizstat.com", + "headlessBrowser": true, + "provider": "Wizstat", + "canget": ["Profile", "Posts", "Post", "load_more", "Comments"], + "ttl": { + "profile": "24h", + "posts": "30m", + "post": "2d" + } + }, + { + "url": "https://imagesed.com", + "headlessBrowser": true, + "provider": "ImginnCom", + "canget": ["Posts", "Post", "load_more", "Comments"], + "ttl": { + "profile": "24h", + "posts": "30m", + "post": "2d" + } + }, + { + "url": "https://greatfon.com", + "headlessBrowser": false, + "provider": "Greatfon", + "canget": ["Profile", "Posts", "Post", "Tags", "Search", "Comments"], + "ttl": { + "profile": "24h", + "posts": "40m", + "post": "2d", + "search": "1d" + } + }, + { + "url": "https://dumpoir.com", + "headlessBrowser": false, + "provider": "Greatfon", + "canget": ["Profile", "Posts", "Post", "Tags", "Search", "Comments"], + "ttl": { + "profile": "24h", + "posts": "40m", + "post": "2d", + "search": "1d" + } + } +]