qutebrowser: Manually redirect youtube

Since farside is apparently also not capable of correctly redirecting to
invidious (the one functioning instance), we are doing it manually.
This commit is contained in:
Marty Oehme 2025-02-22 21:27:49 +01:00
parent 4c867d6564
commit 987e4459bf

View file

@ -48,7 +48,6 @@ def breezewiki_host_to_path(url: QUrl):
default_services = [
Service(source=["youtube.com"], target=["invidious"]),
Service(source=["stackoverflow.com"], target=["anonymousoverflow"]),
Service(source=["odysee.com"], target=["librarian"]),
Service(source=["reddit.com"], target=["redlib"]),
@ -68,6 +67,7 @@ default_services = [
Service(source=["translate.google.com"], target=["lingva", "simplytranslate"]),
Service(source=["deepl.com"], target=["simplytranslate"]),
Service(source=["bandcamp.com"], target=["tent"]),
Service(custom_targets=True, source=["youtube.com"], target=["inv.nadeko.net"]),
Service(
custom_targets=True,
source=["genius.com"],