remove 'extractor.blacklist' context manager
This commit is contained in:
@@ -1081,16 +1081,6 @@ Description Controls how to handle redirects to CAPTCHA pages.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.recursive.blacklist
|
||||
-----------------------------
|
||||
=========== =====
|
||||
Type ``list`` of ``strings``
|
||||
Default ``["directlink", "oauth", "recursive", "test"]``
|
||||
Description A list of extractor categories which should be ignored when using
|
||||
the ``recursive`` extractor.
|
||||
=========== =====
|
||||
|
||||
|
||||
extractor.reddit.comments
|
||||
-------------------------
|
||||
=========== =====
|
||||
|
||||
@@ -119,10 +119,6 @@
|
||||
{
|
||||
"captcha": "stop"
|
||||
},
|
||||
"recursive":
|
||||
{
|
||||
"blacklist": ["directlink", "oauth", "recursive", "test"]
|
||||
},
|
||||
"reddit":
|
||||
{
|
||||
"comments": 0,
|
||||
|
||||
Reference in New Issue
Block a user