timetraveller1992

VDO Downloader

Aug 31st, 2014
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. display dialog "Paste the video URL here" default answer "" with title "VDO Downloader"
  2. set video_url to text returned of result
  3. tell application "Terminal"
  4.     set currentTab to do script ("video " & video_url)
  5. end tell
Add Comment
Please, Sign In to add comment