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:
Karim shoair
2025-07-29 04:20:23 +03:00
parent 0c649987f8
commit 264ae02aa7
22 changed files with 250 additions and 260 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import pytest_httpbin
from scrapling import DynamicFetcher
DynamicFetcher.auto_match = True
DynamicFetcher.adaptive = True
@pytest_httpbin.use_class_based_httpbin