aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/job.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-05-05 01:18:58 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-05-05 01:18:58 -0400
commitc679cd7a13bdbf6896e53d68fe2093910bc6625a (patch)
tree6047abcc55283d7e631b7a73039865417a303428 /gallery_dl/job.py
parent4a18b5837c1dd82f5964afcfc3fecc53cd97e79c (diff)
New upstream version 1.29.6.upstream/1.29.6
Diffstat (limited to 'gallery_dl/job.py')
-rw-r--r--gallery_dl/job.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gallery_dl/job.py b/gallery_dl/job.py
index bea35e3..a88f536 100644
--- a/gallery_dl/job.py
+++ b/gallery_dl/job.py
@@ -496,8 +496,6 @@ class DownloadJob(Job):
self._skipcnt += 1
if self._skipcnt >= self._skipmax:
raise self._skipexc()
- else:
- self._skipcnt = 0
def download(self, url):
"""Download 'url'"""