diff options
| author | Hygna <hygna@proton.me> | 2022-10-24 21:13:12 +0100 |
|---|---|---|
| committer | Hygna <hygna@proton.me> | 2022-10-24 21:13:12 +0100 |
| commit | 4f0b7407a1932b654c200bd907666a83e063fc29 (patch) | |
| tree | 2ccedad3f5d0dd983e9d49b0513092ca77151bbd /src | |
| parent | Moved ejs to dev dependencies (diff) | |
| download | libredirect-4f0b7407a1932b654c200bd907666a83e063fc29.zip | |
Removed reidrect.invidious.io redirect target
Closes https://codeberg.org/LibRedirect/libredirect/issues/48
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/config.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/config.json b/src/config/config.json index 0c32750a..ef598ea8 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -92,8 +92,7 @@ "^https?:\\/{2}(?:i|s)\\.ytimg.com\\/vi\\/.*\\/..*",
"^https?:\\/{2}(?:www\\.|)youtube.com\\/watch?v=..*",
"^https?:\\/{2}youtu\\.be\\/..*",
- "^https?:\\/{2}(?:www\\.|)(youtube|youtube-nocookie)\\.com\\/embed\\/..*",
- "^https?:\\/{2}redirect\\.invidious\\.io"
+ "^https?:\\/{2}(?:www\\.|)(youtube|youtube-nocookie)\\.com\\/embed\\/..*"
],
"name": "Youtube",
"options": {
|
