refactor: huge change, many features/class got a better naming
- `Adaptor` became `Selector` - `Adaptors` became `Selectors` - `auto_match` argument/feature became `adaptive` - `adaptor_arguments` argument became `selector_config` - `automatch_domain` argument became `adaptive_domain` - `additional_arguments` argument became `additional_args` - `storage_adaptors` file became just `storage`
This commit is contained in:
@@ -3,7 +3,7 @@ import pytest_httpbin
|
||||
|
||||
from scrapling.fetchers import AsyncFetcher
|
||||
|
||||
AsyncFetcher.auto_match = True
|
||||
AsyncFetcher.adaptive = True
|
||||
|
||||
|
||||
@pytest_httpbin.use_class_based_httpbin
|
||||
|
||||
Reference in New Issue
Block a user