diff --git a/gallery_dl/extractor/reddit.py b/gallery_dl/extractor/reddit.py index 6331b774..30a5bf78 100644 --- a/gallery_dl/extractor/reddit.py +++ b/gallery_dl/extractor/reddit.py @@ -17,7 +17,7 @@ class RedditExtractor(Extractor): """Base class for reddit extractors""" category = "reddit" directory_fmt = ("{category}", "{subreddit}") - filename_fmt = "{id} {title[:242]}.{extension}" + filename_fmt = "{id} {title[:220]}.{extension}" archive_fmt = "{filename}" cookiedomain = None