diff options
| author | 2025-05-05 01:19:04 -0400 | |
|---|---|---|
| committer | 2025-05-05 01:19:04 -0400 | |
| commit | 2486bca7db446271312f1fc0f46b032154c65f1b (patch) | |
| tree | 86deb50b258b2dab02936802b79d1af7e3c254ab /gallery_dl/job.py | |
| parent | f98d637baa18530edb64e5f71bb9feefbd9e80b4 (diff) | |
| parent | c679cd7a13bdbf6896e53d68fe2093910bc6625a (diff) | |
Update upstream source from tag 'upstream/1.29.6'
Update to upstream version '1.29.6'
with Debian dir fb955c7c635591b07c8b52773c233ca312089e7a
Diffstat (limited to 'gallery_dl/job.py')
| -rw-r--r-- | gallery_dl/job.py | 2 |
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'""" |
