[cohost] add 'avatar' and 'background' options (#6656)

This commit is contained in:
Mike Fährmann
2024-12-14 20:16:28 +01:00
parent 94d7df186f
commit 7f6a53c347
4 changed files with 63 additions and 1 deletions

View File

@@ -1755,6 +1755,26 @@ Description
Extract ``ask`` posts.
extractor.cohost.avatar
-----------------------
Type
``bool``
Default
``false``
Description
Download ``avatar`` images.
extractor.cohost.background
---------------------------
Type
``bool``
Default
``false``
Description
Download ``background``/``banner``/``header`` images.
extractor.cohost.pinned
-----------------------
Type

View File

@@ -176,6 +176,8 @@
"cohost":
{
"asks" : true,
"avatar" : false,
"background": false,
"pinned" : false,
"replies": true,
"shares" : true