feat(fetchers): Improve StealthyFetcher + Adding StealthySession/AsyncStealthySession classes
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
from .camo import CamoufoxEngine
|
||||
from .constants import DEFAULT_DISABLED_RESOURCES, DEFAULT_STEALTH_FLAGS
|
||||
from .static import FetcherSession, FetcherClient, AsyncFetcherClient
|
||||
from .toolbelt import check_if_engine_usable
|
||||
from ._browsers import DynamicSession, AsyncDynamicSession
|
||||
from ._browsers import (
|
||||
DynamicSession,
|
||||
AsyncDynamicSession,
|
||||
StealthySession,
|
||||
AsyncStealthySession,
|
||||
)
|
||||
|
||||
__all__ = ["FetcherSession", "DynamicSession", "AsyncDynamicSession"]
|
||||
__all__ = [
|
||||
"FetcherSession",
|
||||
"DynamicSession",
|
||||
"AsyncDynamicSession",
|
||||
"StealthySession",
|
||||
"AsyncStealthySession",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user