mpv: associate with tiktok
This commit is contained in:
@@ -244,6 +244,8 @@ in
|
|||||||
mime.urlAssociations."^https?://(m\.)?(www\.)?(music\.)?youtube.com/v/.+$" = "mpv.desktop";
|
mime.urlAssociations."^https?://(m\.)?(www\.)?(music\.)?youtube.com/v/.+$" = "mpv.desktop";
|
||||||
mime.urlAssociations."^https?://(m\.)?(www\.)?(music\.)?youtube.com/watch\?.*v=.+$" = "mpv.desktop";
|
mime.urlAssociations."^https?://(m\.)?(www\.)?(music\.)?youtube.com/watch\?.*v=.+$" = "mpv.desktop";
|
||||||
mime.urlAssociations."^https?://(m\.)?(www\.)?facebook.com/reel/.+$" = "mpv.desktop";
|
mime.urlAssociations."^https?://(m\.)?(www\.)?facebook.com/reel/.+$" = "mpv.desktop";
|
||||||
|
#v be the opener for Tiktok
|
||||||
|
mime.urlAssociations."^https?://(www\.)?tiktok.com/@.*/video/.+$" = "mpv.desktop";
|
||||||
#v be the opener for A/V, generally. useful for e.g. feed readers like News Flash which open content through the portal
|
#v be the opener for A/V, generally. useful for e.g. feed readers like News Flash which open content through the portal
|
||||||
# also allows right-click -> xdg-open to open embedded videos
|
# also allows right-click -> xdg-open to open embedded videos
|
||||||
mime.urlAssociations."^https?://.*\.(mp3|mp4|ogg|ogv|opus|webm)(\\?.*)?$" = "mpv.desktop";
|
mime.urlAssociations."^https?://.*\.(mp3|mp4|ogg|ogv|opus|webm)(\\?.*)?$" = "mpv.desktop";
|
||||||
|
Reference in New Issue
Block a user