Tweak argument defaults

Manually specifying True/False/None for the arguments was not needed, docopt sets them to False unless they are used.
master
Anthony Forsberg 2017-05-23 13:56:01 -04:00
parent a2ad7439c2
commit c0048dd9fe
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ from bandcamp_dl.__init__ import __version__
class BandcampDownloader:
def __init__(self, urls=None, template=None, directory=None, overwrite=False, lyrics=None, grouping=None,
embed_art=None, no_slugify=False):
def __init__(self, template, directory, overwrite, embed_lyrics, grouping, embed_art, no_slugify, urls=None):
"""Initialize variables we will need throughout the Class
:param urls: list of urls