[bbc] add 'width' option (#1706)
This commit is contained in:
@@ -783,6 +783,19 @@ Description
|
||||
* ``false``: Get posts from "Latest Updates" pages
|
||||
|
||||
|
||||
extractor.bbc.width
|
||||
-------------------
|
||||
Type
|
||||
``int``
|
||||
Default
|
||||
``1920``
|
||||
Description
|
||||
Specifies the requested image width.
|
||||
|
||||
This value must be divisble by 16 and gets rounded down otherwise.
|
||||
The maximum possible value appears to be ``1920``.
|
||||
|
||||
|
||||
extractor.blogger.videos
|
||||
------------------------
|
||||
Type
|
||||
|
||||
@@ -41,6 +41,9 @@
|
||||
"password": null,
|
||||
"recursive": true
|
||||
},
|
||||
"bbc": {
|
||||
"width": 1920
|
||||
},
|
||||
"blogger":
|
||||
{
|
||||
"videos": true
|
||||
|
||||
Reference in New Issue
Block a user