1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-12 21:30:32 +05:30
6 Integrations
Arkadiusz Fal edited this page 2023-09-23 23:05:48 +02:00

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)