diff options
| author | 2024-12-22 05:45:25 -0500 | |
|---|---|---|
| committer | 2024-12-22 05:45:25 -0500 | |
| commit | 68cc5921fab97c0c3609b78838f269e6883af35b (patch) | |
| tree | f427342e95ddf535e9465c5a5b87e3567a96faaf /gallery_dl/job.py | |
| parent | 2a5605e9f5348fe08b246ccd5c78c43c890c8896 (diff) | |
| parent | bb8260277ab7483652c6c1526a15d62da92acc96 (diff) | |
Update upstream source from tag 'upstream/1.28.2'
Update to upstream version '1.28.2'
with Debian dir fd5292656afeea7f61ec976dd10e1aab9da1dd13
Diffstat (limited to 'gallery_dl/job.py')
| -rw-r--r-- | gallery_dl/job.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gallery_dl/job.py b/gallery_dl/job.py index c41f382..2914927 100644 --- a/gallery_dl/job.py +++ b/gallery_dl/job.py @@ -59,6 +59,7 @@ class Job(): for category in parents: cat = "{}>{}".format(category, extr.category) cfgpath.append((cat, extr.subcategory)) + cfgpath.append((category + ">*", extr.subcategory)) cfgpath.append((extr.category, extr.subcategory)) self.parents = parents else: |
