Download youtube videos using automator application in macos
Download youtube videos using automator application
- Open Automator
- New document
- Example automator script
- Download Youtube videos
- Application
- Get contents of clipboard
- Export paths
echo "export PATH=$PATH:\$PATH"
- use yt-dlp program or shell script to Process and download the url
- Save
- Create icon for the new application
- Drag and drop the Newly created application into the dock
- Usage
- Copy an youtube url
- https://youtu.be/YThelfB2fvg
- Click icon in dock Wait till download completes
- Watch