Skip to content

Commit

Permalink
[gfycat] include title in default filenames (closes #434)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Oct 2, 2019
1 parent fabdc3b commit 0ff90a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/gfycat.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class GfycatExtractor(Extractor):
"""Base class for gfycat extractors"""
category = "gfycat"
filename_fmt = "{category}_{gfyName}.{extension}"
filename_fmt = "{category}_{gfyName}{title:?_//}.{extension}"
archive_fmt = "{gfyName}"
root = "https://gfycat.com"

Expand Down

0 comments on commit 0ff90a3

Please sign in to comment.