Initial commit
This commit is contained in:
commit
129faf6f84
1 changed files with 48 additions and 0 deletions
48
providers.json
Normal file
48
providers.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Reference in a new issue