From fc004701f923bb954a22c7fec2ae8d607e78cb2b Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 25 Oct 2024 17:27:30 -0400 Subject: New upstream version 1.27.7. --- gallery_dl/extractor/cohost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gallery_dl/extractor/cohost.py') diff --git a/gallery_dl/extractor/cohost.py b/gallery_dl/extractor/cohost.py index 4722a4f..0524239 100644 --- a/gallery_dl/extractor/cohost.py +++ b/gallery_dl/extractor/cohost.py @@ -109,7 +109,7 @@ class CohostUserExtractor(CohostExtractor): "projectHandle": self.groups[0], "page": 0, "options": { - "pinnedPostsAtTop" : bool(self.pinned), + "pinnedPostsAtTop" : True if self.pinned else False, "hideReplies" : not self.replies, "hideShares" : not self.shares, "hideAsks" : not self.asks, -- cgit v1.2.3