From 752dce9751f60e411a13829a90044dee8f737925 Mon Sep 17 00:00:00 2001 From: structix Date: Sat, 28 Apr 2018 16:20:38 +0200 Subject: [PATCH] Updated readme with used libraries --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8248c49..9b585df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # ytbatchdownloader -A simple Youtube downloader to load multiple videos. \ No newline at end of file +A simple Youtube downloader to load multiple videos. + +## Credits + +Used libraries: + +[youtube downloader](https://github.com/kkdai/youtube) + +[uiprogress](https://github.com/gosuri/uiprogress)