[reddit:user] implement 'only' option (#8228)
This commit is contained in:
@@ -5435,6 +5435,16 @@ Note
|
||||
but it will not always get the best video quality available.
|
||||
|
||||
|
||||
extractor.reddit.user.only
|
||||
--------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``trur``
|
||||
Description
|
||||
Only process and return posts from the user specified in the input URL.
|
||||
|
||||
|
||||
extractor.redgifs.format
|
||||
------------------------
|
||||
Type
|
||||
|
||||
@@ -707,7 +707,11 @@
|
||||
"previews" : true,
|
||||
"recursion" : 0,
|
||||
"selftext" : null,
|
||||
"videos" : "dash"
|
||||
"videos" : "dash",
|
||||
|
||||
"user": {
|
||||
"only": true
|
||||
}
|
||||
},
|
||||
"redgifs":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user