aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/iwara.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/iwara.py')
-rw-r--r--gallery_dl/extractor/iwara.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gallery_dl/extractor/iwara.py b/gallery_dl/extractor/iwara.py
index 934b301..179909b 100644
--- a/gallery_dl/extractor/iwara.py
+++ b/gallery_dl/extractor/iwara.py
@@ -341,7 +341,8 @@ class IwaraAPI():
def favorites(self, type):
if not self.username:
- raise exception.AuthRequired("'username' & 'password'")
+ raise exception.AuthRequired(
+ "username & password", "your favorites")
endpoint = f"/favorites/{type}s"
return self._pagination(endpoint)