Skip to content

Commit

Permalink
update docs to show how to handle common executable not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
sapher committed Sep 23, 2017
1 parent a1a3129 commit acb098e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ There's a lot of thing left to do. Parsing output is one of them. Too bad, youtu

# Prerequisite

Youtube-dl should be installed and available.
:warning: Youtube-dl should be installed and available in your `$PATH.

[How to properly install YoutubeDL executable](https://rg3.github.io/youtube-dl/download.html)

Otherwise you will get this error :

`Cannot run program "youtube-dl" (in directory "/Users/my/beautiful/path"): error=2, No such file or directory`

# Usage

Expand Down Expand Up @@ -36,8 +42,6 @@ dependencies {
}
```

### Maven

## Make request

```java
Expand Down

0 comments on commit acb098e

Please sign in to comment.