add new provider and 'stories' to storiesig
This commit is contained in:
parent
c8c2fdae5d
commit
f0c73b5501
1 changed files with 10 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
"url": "https://storiesig.info",
|
||||
"headlessBrowser": false,
|
||||
"provider": "Storiesig",
|
||||
"canget": ["Profile"],
|
||||
"canget": ["Profile", "Stories"],
|
||||
"ttl": {
|
||||
"posts": "10m"
|
||||
}
|
||||
|
@ -58,5 +58,14 @@
|
|||
"ttl": {
|
||||
"posts": "10m"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "https://instanavigation.net",
|
||||
"headlessBrowser": false,
|
||||
"provider": "Instanavigation",
|
||||
"canget": ["Stories"],
|
||||
"ttl": {
|
||||
"posts": "10m"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue