diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-14 14:34:47 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-14 14:34:47 +0300 |
commit | 46012997e0f74a6506b7ffe29d1c675f79082e3e (patch) | |
tree | 0db6bd094aab10c6a223876dd8705b0d1097bdd2 /src/config.json | |
parent | Added GotHub https://github.com/libredirect/libredirect/issues/569 (diff) | |
download | libredirect-46012997e0f74a6506b7ffe29d1c675f79082e3e.zip |
Added MikuInvidious https://codeberg.org/LibRedirect/libredirect/issues/65
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 29934e3c..57e190ad 100644 --- a/src/config.json +++ b/src/config.json @@ -672,6 +672,27 @@ "imageType": "svgMono", "embeddable": false, "url": "https://web.archive.org" + }, + "bilibili": { + "frontends": { + "mikuIndividious": { + "name": "MikuIndividious", + "instanceList": true, + "url": "https://0xacab.org/johnxina/mikuinvidious" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.|space\\.)?bilibili\\.com\\/", + "^https?:\\/{2}b23\\.tv\\/" + ], + "name": "Bilibili", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svgMono", + "embeddable": false, + "url": "https://bilibili.com/" } } } \ No newline at end of file |