mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[cohost] limit 'headline' length in default filenames (#6262)
This commit is contained in:
parent
4b7a24122e
commit
c681e94736
@ -19,7 +19,7 @@ class CohostExtractor(Extractor):
|
||||
category = "cohost"
|
||||
root = "https://cohost.org"
|
||||
directory_fmt = ("{category}", "{postingProject[handle]}")
|
||||
filename_fmt = ("{postId}_{headline:?/_/}{num}.{extension}")
|
||||
filename_fmt = ("{postId}_{headline:?/_/[b:200]}{num}.{extension}")
|
||||
archive_fmt = "{postId}_{num}"
|
||||
|
||||
def _init(self):
|
||||
|
Loading…
Reference in New Issue
Block a user