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:
parent
4c867d6564
commit
987e4459bf
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue