diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/config.json b/src/config.json index 013a6d2a..90b55f96 100644 --- a/src/config.json +++ b/src/config.json @@ -216,7 +216,8 @@ "name": "rimgo", "instanceList": true, "url": "https://codeberg.org/video-prize-ranch/rimgo", - "localhost": true + "localhost": true, + "embeddable": true } }, "targets": [ @@ -311,7 +312,7 @@ } }, "targets": [ - "^https?:\\/{2}(?:www\\.|m\\.|)imdb\\.com\\/title" + "^https?:\\/{2}(?:www\\.|m\\.|)imdb\\.com" ], "name": "IMDb", "options": { @@ -765,7 +766,7 @@ "targets": [ "^https?:\\/{2}(www\\.)?wolframalpha\\.com\\/" ], - "name": "WolframAlpha", + "name": "Wolfram Alpha", "options": { "enabled": false, "unsupportedUrls": "bypass", |