From c4fb7fda5b1b6bb22db1f517f71cf393f68c6a9b Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 15 Aug 2020 14:07:15 +0200 Subject: Initial commit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..82b44e9 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +Simple tool for download all album from an artist + +# Install + +``` +pip install -r requirements.txt +``` + +## Dependencies + +- youtube-dl + +# Usage + +``` +usage: main.py [-h] [--url URL] [--update] [--file FILE] [--output OUTPUT] + +Custom album downloader tool + +optional arguments: + -h, --help show this help message and exit + --url URL link to the file to download + --update update all albums from cache + --file FILE read url from file + --output OUTPUT folder where to put downloaded albums. Default to: /out/ +``` + +# Suuported website + +- [x] Bandcamp -- cgit v1.2.1