Skip to content

Commit

Permalink
Minor fixes to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mapio committed Jan 10, 2015
1 parent a0d0d9e commit eac048c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Playlist To Links
This bash script allows to extract video links from a Youtube playlist

This bash script allows to extract video links from a YouTube playlist.

# Dependencies
The script requires xml2 (http://www.ofb.net/~egnor/xml2/)
The script requires [xml2](http://www.ofb.net/~egnor/xml2/), and
[wget](https://www.gnu.org/software/wget/) or [curl](http://curl.haxx.se/).

# Usage
Playlist: https://www.youtube.com/playlist?list=123CODEOFPLAYLIST
Playlist: `https://www.youtube.com/playlist?list=123CODEOFPLAYLIST`

./playlist2links 123CODEOFPLAYLIST
./playlist2links 123CODEOFPLAYLIST

The list of Youtube playlist's links is now saved in playlist.txt
The list of YouTube playlist's links is now saved in `playlist.txt`.

0 comments on commit eac048c

Please sign in to comment.