[cohost] add 'avatar' and 'background' options (#6656)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -176,6 +176,8 @@
|
||||
"cohost":
|
||||
{
|
||||
"asks" : true,
|
||||
"avatar" : false,
|
||||
"background": false,
|
||||
"pinned" : false,
|
||||
"replies": true,
|
||||
"shares" : true
|
||||
|
||||
Reference in New Issue
Block a user