Skip to content

Integrations

Arkadiusz Fal edited this page Sep 23, 2023 · 6 revisions

macOS

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"
}

macOS/iOS

App supports custom URL scheme which you can use for integrations:

yattee://watch?v=dQw4w9WgXcQ

Shortcuts

You can use Shortcuts to open video links in Yattee using Share Sheet:

Download Shortcut 1 (credits: sirnacnud)

Download Shortcut 2 (credits: gitg33k)

Clone this wiki locally