How To: Create a simple YouTube Search App with AppleScript

Create a simple YouTube Search App with AppleScript

Check out this video tutorial to see how you can create a YouTube search application simply with Applescript.

1. Open the Script Editor

---Applications/Applescript/Script Editor

2. Type the applescript into script editor

3. Save the script as an application

4. Run it, Search, and away!

Um...

Unfortunately, the text is almost impossible to see in this video, so here's the script:

set search to text returned of (display dialog "Enter YouTube Video Search" default answer "" buttons {"Search", "Cancel"} default button 1)
open location " https://www.youtube.com/results?search_q uery=" & search

Just updated your iPhone? You'll find new emoji, enhanced security, podcast transcripts, Apple Cash virtual numbers, and other useful features. There are even new additions hidden within Safari. Find out what's new and changed on your iPhone with the iOS 17.4 update.

Be the First to Comment

Share Your Thoughts

  • Hot
  • Latest