remove 'extractor.blacklist' context manager

This commit is contained in:
Mike Fährmann
2020-09-11 13:11:46 +02:00
parent c78aa17506
commit 3918b69677
7 changed files with 12 additions and 78 deletions

View File

@@ -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
-------------------------
=========== =====

View File

@@ -119,10 +119,6 @@
{
"captcha": "stop"
},
"recursive":
{
"blacklist": ["directlink", "oauth", "recursive", "test"]
},
"reddit":
{
"comments": 0,