Initial commit

This commit is contained in:
ThePenguinDev 2023-06-21 11:42:16 -04:00
commit 129faf6f84

48
providers.json Normal file
View file

@ -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"
}
}
]