summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/patreon.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-11-10 01:26:06 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-11-10 01:26:06 -0500
commitfc8c5e642017e2b4e5299e2093e72b316479690d (patch)
tree41119c71e8d86755f4c945d8c2ccf5a7000f546e /gallery_dl/extractor/patreon.py
parent4a965d875415907cc1a016b428ae305a964f9228 (diff)
New upstream version 1.19.2.upstream/1.19.2
Diffstat (limited to 'gallery_dl/extractor/patreon.py')
-rw-r--r--gallery_dl/extractor/patreon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/patreon.py b/gallery_dl/extractor/patreon.py
index c7df089..62e4f58 100644
--- a/gallery_dl/extractor/patreon.py
+++ b/gallery_dl/extractor/patreon.py
@@ -151,7 +151,7 @@ class PatreonExtractor(Extractor):
included[file["type"]][file["id"]]
for file in files["data"]
]
- return ()
+ return []
@memcache(keyarg=1)
def _user(self, url):