summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/cohost.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-10-14 03:02:05 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-10-14 03:02:05 -0400
commit0db541f524e1774865efebcbe5653e9ad76ea2e8 (patch)
treeb0fc6ce19628931f61c43f2dc9ebfd88a4332388 /gallery_dl/extractor/cohost.py
parent1a457ed68769880ab7760e0746f0cbbd9ca00487 (diff)
New upstream version 1.27.6.upstream/1.27.6
Diffstat (limited to 'gallery_dl/extractor/cohost.py')
-rw-r--r--gallery_dl/extractor/cohost.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gallery_dl/extractor/cohost.py b/gallery_dl/extractor/cohost.py
index e1f6040..4722a4f 100644
--- a/gallery_dl/extractor/cohost.py
+++ b/gallery_dl/extractor/cohost.py
@@ -19,8 +19,7 @@ class CohostExtractor(Extractor):
category = "cohost"
root = "https://cohost.org"
directory_fmt = ("{category}", "{postingProject[handle]}")
- filename_fmt = ("{postId}_{headline|plainTextBody:?/_/[:100]}"
- "{num}.{extension}")
+ filename_fmt = ("{postId}_{headline:?/_/[b:200]}{num}.{extension}")
archive_fmt = "{postId}_{num}"
def _init(self):