Commit Graph

864 Commits

Author SHA1 Message Date
Karim shoair 8100a2a865 test: fix for Github CI 2025-06-22 03:07:46 +03:00
Karim shoair 8b46e3a3a5 tests: Updating tests according to the new changes 2025-06-22 02:12:39 +03:00
Karim shoair f28b4d3653 docs: Updating Readme accordingly to the new naming 2025-06-22 02:12:03 +03:00
Karim shoair b77c5b7abf refactor: updating top level shortcuts 2025-06-22 02:11:26 +03:00
Karim shoair 8a272cf19b feat/refactor(fetchers): Replacing PlayWrightFetcher with DynamicFetcher and adding session classes 2025-06-22 02:10:45 +03:00
Karim shoair 1e51fc9738 refactor: Removing defaults as said 2025-06-22 02:07:34 +03:00
Karim shoair 0a570a7ca7 docs: Updating doc strings 2025-06-22 01:59:38 +03:00
Karim shoair d049f63404 fix(fetcher): Fix impersonate and headers generation conflict 2025-06-20 03:29:05 +03:00
Karim shoair 194ce24201 build: update deps 2025-06-19 15:19:23 +03:00
Karim shoair 9bfc900140 feat(navigation tools): Improvements 2025-06-19 04:07:45 +03:00
Karim shoair 145b710960 feat(fetchers): Adding the foundation of the new browser-based fetchers logic 2025-06-19 04:06:52 +03:00
Karim shoair 23b883f05a build: Add msgspec to the deps
It will be used very soon
2025-06-19 04:04:25 +03:00
Karim shoair 3e63fa2523 fix(shell): Hide the automatic tips and solve the namespace issue 2025-06-19 04:03:13 +03:00
Karim shoair 2bdee60004 fix(fingerprints): Fixing headers generation for requests 2025-06-15 03:37:22 +03:00
Karim shoair 1f34ac22f6 style(fetcher): Move the default UA line 2025-06-15 03:21:21 +03:00
Karim shoair 7efbcd33c3 refactor(fingerprints): Remove unused function and improve another 2025-06-15 03:16:27 +03:00
Karim shoair fcac10fa6d build: update deps 2025-06-14 22:05:57 +03:00
Karim shoair 6e837f6a12 refactor(StealthyFetcher): Improve OS name extraction 2025-06-14 18:57:31 +03:00
Karim shoair 3068bb1356 build: update deps 2025-06-14 18:56:31 +03:00
Karim shoair b55d97500b build: Updating playwright deps 2025-06-01 00:06:08 +03:00
Karim shoair bbdac4d967 build(setup): Replacing old setup style with new TOML format 2025-05-31 23:24:41 +03:00
Karim shoair 178eed7533 feat/fix(Fetcher): Adding http3 support + Fix stealthy_headers
And some fixes here and there to the docs
2025-05-31 03:35:46 +03:00
Karim shoair af643e4c01 test: Updating old httpx tests for curl_cffi 2025-05-25 21:18:03 +03:00
Karim shoair c46ca8873f refactor(fetchers): Optimizing fetchers + making PlayWrightFetcher 10% faster
Check out the Discord server for full details
2025-05-25 21:14:24 +03:00
Karim shoair 9e68e60161 feat(Fetcher): Replacing httpx + Adding FetcherSession
Check out the discord server for details
2025-05-25 21:10:20 +03:00
Karim shoair f0ef7ca6a2 Update mkdocs.yml 2025-05-25 18:30:38 +03:00
Karim shoair 1e9c314b79 Merge branch 'main' into docs 2025-05-25 18:29:21 +03:00
Karim shoair 5c420b7384 Merge branch 'main' into dev 2025-05-23 20:29:05 +03:00
Karim shoair 561c8b0fcf Chore: adding Swiftproxy ad 2025-05-23 14:28:02 +03:00
Karim shoair f28e9c2b1e Chore: adding Swiftproxy image 2025-05-23 14:19:08 +03:00
Karim shoair e9d60f65bd Removing invalid example 2025-05-18 13:57:23 +03:00
Karim shoair 601d224b17 Merge branch 'main' into docs 2025-05-18 13:56:21 +03:00
Karim shoair f105518fd9 Merge branch 'main' into dev 2025-05-18 13:55:29 +03:00
Karim shoair e7f8e5794a fix(tests): fix for GitHub actions 2025-05-13 15:49:52 +03:00
Karim shoair a941c02e1c Update README.md 2025-05-13 15:42:02 +03:00
Karim shoair 43e3642719 Update Scrapeless segment 2025-05-13 15:40:49 +03:00
Karim shoair fc535fa208 perf: drop w3lib dependency 2025-05-11 20:22:15 +03:00
Karim shoair 3268617240 test(cookies): Adjust cookies unit tests to the new changes 2025-05-10 20:08:31 +03:00
Karim shoair bf72678480 feat(cookies): The ability to pass cookies to browser fetchers 2025-05-10 19:36:53 +03:00
Karim shoair c84143129e fix(fetchers): Adjusting all cookies returned from each fetcher
The cookies returned now can be passed again to each fetcher's engine without further validation by us.
2025-05-10 19:16:34 +03:00
Karim shoair bd47c070aa fix(StealthyFetcher): Adjustments 2025-05-10 17:49:03 +03:00
Karim shoair cd3321a6f0 fix(tests): fix for GitHub actions 2025-05-08 03:11:01 +03:00
Karim shoair fd33e35ff8 feat(StealthyFetcher): adding the option to solve Cloudflare Turnstile 2025-05-08 01:08:04 +03:00
Karim shoair 6c0b786dea docs(playwrightfetcher): improving docstring 2025-05-08 01:04:08 +03:00
Karim shoair 74fa1bfbed feat(shell): Add support to curl -b argument 2025-04-30 04:23:05 +03:00
Karim shoair 8f3b2092c2 fix(cli): Update page object after curl request 2025-04-29 03:14:41 +03:00
Karim shoair 1240ee3eb0 fix(Fetcher): Fix the issue of passing cookies 2025-04-29 03:01:19 +03:00
Karim shoair 98ad50d5aa feat(cli): Adding two new commands (uncurl/curl2fetcher) 2025-04-29 02:45:50 +03:00
Karim shoair a9dded34f4 fix(install): Fix error with spaces in Python's path (#57) 2025-04-26 04:10:38 +03:00
Karim shoair e4bedc779b build: Bumping version up for beta testers 2025-04-22 05:17:08 +02:00