vanadium: update url-eater parameter

This commit is contained in:
Primrose 2025-06-03 07:52:24 +02:00
parent 01ed222365
commit 5d0a3b9537
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -56,14 +56,14 @@
url-eater = { url-eater = {
enable = true; enable = true;
filters = '' filters = ''
category "Spotify" { category "Spotify" {
params "context@open.spotify.com" "si@open.spotify.com" params "context@open.spotify.com" "si@open.spotify.com"
} }
category "YouTube" { category "YouTube" {
params "si@youtu.be" params "si@youtu.be" "pp@youtu.be" "si@youtube.com" "pp@youtube.com"
} }
category "Instagram" { category "Instagram" {
params "utm_source@www.instagram.com" params "utm_source@instagram.com"
} }
''; '';
}; };