fix: update code and docstrings to remove the old google referer logic a28879b Karim shoair commited on 25 days ago
style: Fix all mypy errors and add type hints to untyped function bodies 31c2447 Karim shoair commited on Feb 7
feat(proxy control): Force a proxy at request level at any given point 32daccc Karim shoair commited on Feb 2
feat(spiders/fetchers): Adding proxy rotation logic and change retry logic ed96cdc Karim shoair commited on Feb 1
refactor: internal API changes to be easily used as indicators for spiders 1803348 Karim shoair commited on Jan 7
fix(fetcher): Replace vars logic with one that doesn't require dict attribute f97abfd Karim shoair commited on Nov 24, 2025
feat(fetcher): Make `impersonate` able to randomize fingerprint d4c3d51 Karim shoair commited on Nov 16, 2025
style: Correcting return type annotation for Fetcher/AsyncFetcher (#93) 50e4788 Karim shoair commited on Oct 1, 2025
style: Removing dead code/docstrings and correcting type hints 7231786 Karim shoair commited on Sep 19, 2025
refactor: Make all fetchers as an optional dependency group a85d2c8 Karim shoair commited on Sep 13, 2025
refactor: huge change, many features/class got a better naming 8e67a4c Karim shoair commited on Jul 29, 2025
refactor(Fetcher): Fix the issue of caching impersonation state + Less code duplication 76e6484 Karim shoair commited on Jul 5, 2025
fix(FetcherSession): Use Sentinel pattern to solve arguments precedence issue 79e3571 Karim shoair commited on Jun 25, 2025
fix(fetcher): Fix impersonate and headers generation conflict ad24646 Karim shoair commited on Jun 20, 2025
feat/fix(Fetcher): Adding http3 support + Fix stealthy_headers b1f1565 Karim shoair commited on May 31, 2025
fix(fetchers): Adjusting all cookies returned from each fetcher c9040ed Karim shoair commited on May 10, 2025
fix(Fetcher): make `stealthy_headers` don't overwrite user headers c96e900 Karim shoair commited on Feb 25, 2025
style: moving repeated arguments from inside the functions to __init__ 3d8defe Karim shoair commited on Dec 15, 2024
perf: Give repeated usage of `Fetcher` a slight performance increase 7b0e178 Karim shoair commited on Dec 15, 2024
feat: adding the `retries` argument for all methods of `Fetcher` class 413d9d9 Karim shoair commited on Dec 15, 2024
refactor(api)!: Unifying log under 1 logger and removing debug parameter df3c414 Karim shoair commited on Dec 11, 2024