add DownloadArchive class

This commit is contained in:
Mike Fährmann
2018-01-29 22:13:06 +01:00
parent db7f04dd97
commit 84a52a9256
2 changed files with 29 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class Extractor():
categorytransfer = False
directory_fmt = ["{category}"]
filename_fmt = "{name}.{extension}"
archive_fmt = ""
cookiedomain = ""
def __init__(self):