fix: add AsyncFetcher to top-level shortcuts
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from .fetchers import Fetcher, PlayWrightFetcher, StealthyFetcher
|
||||
from .fetchers import AsyncFetcher, Fetcher, PlayWrightFetcher, StealthyFetcher
|
||||
|
||||
# If you are going to use Fetchers with the default settings, import them from this file instead for a cleaner looking code
|
||||
Fetcher = Fetcher()
|
||||
AsyncFetcher = AsyncFetcher()
|
||||
StealthyFetcher = StealthyFetcher()
|
||||
PlayWrightFetcher = PlayWrightFetcher()
|
||||
|
||||
Reference in New Issue
Block a user