diff options
| author | 2024-10-14 03:02:11 -0400 | |
|---|---|---|
| committer | 2024-10-14 03:02:11 -0400 | |
| commit | b28a9957b772b1d063bea4a50c0bbcb04cdef791 (patch) | |
| tree | bdf3b3bafb821af5cd41206d66c4a0b7a60e2a92 /gallery_dl/extractor/cohost.py | |
| parent | 061cbaf29e92e57152175f877740d3d1a2157bd6 (diff) | |
| parent | 0db541f524e1774865efebcbe5653e9ad76ea2e8 (diff) | |
Update upstream source from tag 'upstream/1.27.6'
Update to upstream version '1.27.6'
with Debian dir bbafbef8a09f7a005c8afa3ebb1c8527d67c172a
Diffstat (limited to 'gallery_dl/extractor/cohost.py')
| -rw-r--r-- | gallery_dl/extractor/cohost.py | 3 |
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): |
