diff --git a/README.md b/README.md index 0e611f0..166e046 100644 --- a/README.md +++ b/README.md @@ -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`.