From 905ff8cfd4165ca5031b7390d9130d97ef5621e0 Mon Sep 17 00:00:00 2001 From: Anthony Forsberg Date: Wed, 27 Sep 2017 14:22:03 -0400 Subject: [PATCH] Session file tweaks and track url schema fix bandcamp-dl will now ignore the session file if a url is manually provided, this should prevent clashing with things such as frontends or other external programs which make use of it. Restoring previous download sessions will still work, simply run bandcamp-dl without arguments (Other than --base-dir if previously used) and it will behave as normal. Bandcamp changed their file urls to include the protocol, code has been changed to reflect this. --- README.rst | 6 +++--- bandcamp_dl/__main__.py | 13 +++++++------ bandcamp_dl/bandcamp.py | 5 ++++- setup.py | 2 +- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index a19f516..bb2398e 100644 --- a/README.rst +++ b/README.rst @@ -63,9 +63,9 @@ Options -h --help Show this screen. -v --version Show version. -d --debug Verbose logging. - --artist= The artist's slug (from the URL) - --track= The track's slug (from the URL) - --album= The album's slug (from the URL) + --artist= The artist's slug (from the URL, --track or --album is required) + --track= The track's slug (from the URL, for use with --artist) + --album= The album's slug (from the URL, for use with --artist) --template=