-
-
Notifications
You must be signed in to change notification settings - Fork 111
Integrations
Arkadiusz Fal edited this page Sep 23, 2023
·
6 revisions
With Finicky you can configure your system to open all the video links in the app. Example configuration:
{
match: [
finicky.matchDomains(/(.*\.)?youtube.com/),
finicky.matchDomains(/(.*\.)?youtu.be/)
],
browser: "/Applications/Yattee.app"
}
App supports custom URL scheme which you can use for integrations:
yattee://watch?v=dQw4w9WgXcQ
You can use Shortcuts to open video links in Yattee using Share Sheet:
Download Shortcut 1 (credits: sirnacnud)
Download Shortcut 2 (credits: gitg33k)