Skip to content

Commit

Permalink
fix 'category-transfer' (#1111)
Browse files Browse the repository at this point in the history
broken since commit 055c32e
  • Loading branch information
mikf committed Apr 18, 2021
1 parent dddda7d commit b4ed7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def __init__(self, extr, parent=None):
if pextr.config("category-transfer", pextr.categorytransfer):
extr.category = pextr.category
extr.subcategory = pextr.subcategory
extr._cfgpath = pextr._cfgpath

# transfer parent directory
extr._parentdir = pextr._parentdir
Expand Down

0 comments on commit b4ed7cb

Please sign in to comment.