Skip to content

Commit

Permalink
Added catch to use bee youtube-dl if available.
Browse files Browse the repository at this point in the history
audio bug fix
auto save to iTunes
v1.6
  • Loading branch information
will Farrell authored and will Farrell committed May 7, 2014
1 parent 8889d7a commit 152b4fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
@@ -1,17 +1,27 @@
YouTube ([Download v1.5](https://raw.github.com/willfarrell/alfred-youtube-workflow/master/YouTube.alfredworkflow))
YouTube ([Download v1.6](https://raw.github.com/willfarrell/alfred-youtube-workflow/master/YouTube.alfredworkflow))
=====================

Search and Download YouTube Videos

## Requirements
1. [Alfred App v2](http://www.alfredapp.com/#download)
1. [Alfred Powerpack](https://buy.alfredapp.com/)
1. Homebrew w/ youtube-dl & ffmpeg

## Installing
1. Click the download buttons below
2. Double-click to import into Alfred 2
3. Review the workflow to add custom Hotkeys

## Setting up brew
```bash
# Install Homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

brew install ffmpeg
brew install youtube-dl
```

## Updating
Run the [Alleyoop Workflow](http://www.alfredforum.com/topic/1582-alleyoop-update-alfred-workflows/) using the keyword `oop`. If you're not comfortable with Alleyoop, **star & watch this repo** to keep up to date on new versions and additional workflows.

Expand Down
Binary file modified YouTube.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion current-version.json
@@ -1,5 +1,5 @@
{
"version": 1.5,
"version": 1.6,
"download_url": "https://raw.github.com/willfarrell/alfred-youtube-workflow/master/YouTube.alfredworkflow",
"description": "Youtube Workflow"
}

0 comments on commit 152b4fe

Please sign in to comment.