Skip to content

Commit

Permalink
[aryion] include path in default directory format (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Apr 10, 2020
1 parent 406449b commit 96b78bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/aryion.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class AryionExtractor(Extractor):
"""Base class for aryion extractors"""
category = "aryion"
directory_fmt = ("{category}", "{user!l}")
directory_fmt = ("{category}", "{user!l}", "{path:J - }")
filename_fmt = "{id} {title}.{extension}"
archive_fmt = "{id}"
root = "https://aryion.com"
Expand Down

0 comments on commit 96b78bc

Please sign in to comment.