refactor: Make all fetchers as an optional dependency group
+ Removing some dead code
This commit is contained in:
@@ -6,15 +6,17 @@ from scrapling.core._types import (
|
||||
SelectorWaitStates,
|
||||
Iterable,
|
||||
)
|
||||
from scrapling.engines import (
|
||||
from scrapling.engines.static import (
|
||||
FetcherSession,
|
||||
StealthySession,
|
||||
AsyncStealthySession,
|
||||
DynamicSession,
|
||||
AsyncDynamicSession,
|
||||
FetcherClient as _FetcherClient,
|
||||
AsyncFetcherClient as _AsyncFetcherClient,
|
||||
)
|
||||
from scrapling.engines._browsers import (
|
||||
DynamicSession,
|
||||
StealthySession,
|
||||
AsyncDynamicSession,
|
||||
AsyncStealthySession,
|
||||
)
|
||||
from scrapling.engines.toolbelt import BaseFetcher, Response
|
||||
|
||||
__FetcherClientInstance__ = _FetcherClient()
|
||||
|
||||
Reference in New Issue
Block a user