From 0db541f524e1774865efebcbe5653e9ad76ea2e8 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 14 Oct 2024 03:02:05 -0400 Subject: New upstream version 1.27.6. --- gallery_dl/extractor/cohost.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gallery_dl/extractor/cohost.py') 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): -- cgit v1.2.3