alfred-youtube-thumbnail-link
v0.0.1
Published
Alfred workflow to get the YouTube thumbnail link from a url in your clipboard
Downloads
6
Maintainers
Readme
alfred-youtube-thumbnail-link
Alfred workflow to generate the YouTube short link from a url in your clipboard
Get the link to a Youtube video Thumbnail form a video link in your clipboard and copy it to your clipboard.
Install
npm install --global alfred-youtube-thumbnail-link
Requires Node.js 14+ and the Alfred Powerpack.
Usage
- Open Alfred
- Either enter
ytt
for clipboard shortening - Or provide the url via
ytt https://youtube.com/watch?v=askdf214s
- Hit Enter to copy the copy the YouTube thumbnail link to your clipboard
Related
- More Alfred Workflows - My Alfred Workflow Directory
- alfy - Create Alfred workflows with ease
Improvement Ideas
Use the YouTube API or similar to check if the thumbnail actually exists and provide the one which has the highest resolution (or multiple resolutions to choose from).