summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/smugmug.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/smugmug.py')
-rw-r--r--gallery_dl/extractor/smugmug.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gallery_dl/extractor/smugmug.py b/gallery_dl/extractor/smugmug.py
index 0c13825..69b8cb9 100644
--- a/gallery_dl/extractor/smugmug.py
+++ b/gallery_dl/extractor/smugmug.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright 2018-2019 Mike Fährmann
+# Copyright 2018-2020 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@@ -21,6 +21,7 @@ class SmugmugExtractor(Extractor):
category = "smugmug"
filename_fmt = ("{category}_{User[NickName]:?/_/}"
"{Image[UploadKey]}_{Image[ImageKey]}.{extension}")
+ cookiedomain = None
empty_user = {
"Uri": "",
"ResponseLevel": "Public",