Commit Graph

501 Commits

Author SHA1 Message Date
Karim shoair d6a3434402 fix(PlayWrightFetcher): fix redirection issue with async_fetch 2025-04-08 02:57:01 +02:00
Karim shoair 128f7b9d6f feat(PlayWrightFetcher): adding the option to sleep after fetch before closing the page 2025-04-08 02:54:46 +02:00
Karim shoair eb4ca2c6a4 fix(StealthyFetcher): change additional_arguments to a dictionary argument 2025-04-08 02:24:43 +02:00
Karim shoair c36baf7b4c test: Update tests to use current configuration 2025-03-26 21:56:04 +02:00
Karim shoair 8551d7eeea docs: Update README reflect current version accurately 2025-03-26 19:25:49 +02:00
Karim shoair 811cd2d9b0 refactor: make auto_match disabled by default 2025-03-26 19:25:19 +02:00
Karim shoair fec8215631 docs: Clearer docs for recent changes 2025-03-26 05:56:49 +02:00
Karim shoair 7025a7910e build: Pump up the version 2025-03-26 05:44:45 +02:00
Karim shoair 8a2ac94243 docs: Updating the benchmarks table with current numbers
All libraries are updated to the latest version
2025-03-26 05:41:03 +02:00
Karim shoair d33e738c53 feat(StealthyFetcher): The ability to pass additional arguments to Camoufox 2025-03-26 05:36:05 +02:00
Karim shoair a0952dca8f docs: Updating the README to reflect the new changes 2025-03-26 05:28:28 +02:00
Karim shoair 7ca8aaf2df feat(custom_config): The ability to pass custom parser config to requests 2025-03-26 03:56:56 +02:00
Karim shoair d7ef555d99 docs: Updating the README to reflect the new changes 2025-03-26 03:01:42 +02:00
Karim shoair 416bd919ba fix: backward-compatibility with the new import logic 2025-03-26 02:49:02 +02:00
Karim shoair 7c0c23fd33 feat(unified import): Make one import for all fetchers
Why I didn't think of that from the start? IDK
2025-03-26 02:48:34 +02:00
Karim shoair c004e388c4 build: fix auto-release workflow
Escape special chars by using a cleaner approach
2025-03-17 15:33:07 +02:00
Karim shoair e60d0cb4db Merge pull request #51 from D4Vinci/dev
v0.2.98
2025-03-17 15:24:09 +02:00
Karim shoair 9b0515b1cd fix(defaults): Lazy Loading fetchers to lower memory usage on importing 2025-03-17 06:56:34 +02:00
Karim shoair 94f16ca1af build: Pumping up the version 2025-03-17 06:47:43 +02:00
Karim shoair ff3962b1ad fix: Adjusting cache size in all the library 2025-03-17 06:46:41 +02:00
Karim shoair 18d2d29fa8 docs: use a better import to reflect the new changes 2025-03-17 06:29:32 +02:00
Karim shoair bbc05ca164 fix(importing): Lazy Loading submodules to lower memory usage on importing
Load what you use instead of all submodules together
2025-03-17 06:24:42 +02:00
Karim shoair 68ac9d4d05 fix(parser): Lowering memory with replacing body property with html_content 2025-03-17 05:58:40 +02:00
Karim shoair e5a022ec6a fix(parser): Improving CSS selecting memory usage by ~144%
and speed by ~2%
2025-03-16 22:33:46 +02:00
Karim shoair ed89161cd9 build: fixing release workflow 2025-03-15 03:26:40 +02:00
Karim shoair 01bd9a3d28 Merge pull request #49 from D4Vinci/dev
v0.2.97
2025-03-15 03:19:35 +02:00
Karim shoair b85cd5c607 build: update publish.yml 2025-03-15 02:46:26 +02:00
Karim shoair 51f2cf6b47 docs: updating FUNDING.yml 2025-03-15 02:43:55 +02:00
Karim shoair 257b740e1d build: Pumping up the version 2025-03-15 02:38:46 +02:00
Karim shoair 55802bac97 build: New workflow to automatically create releases from PRs on main 2025-03-15 02:37:50 +02:00
Karim shoair e05ff06b92 build: Updating the publish workflow 2025-03-15 02:32:09 +02:00
Karim shoair 7bef44ea4c fix: Limit caching in all the library
To lower memory usage with high numbers of requests. Possibly improve case #48
2025-03-15 02:01:16 +02:00
Karim shoair 4f75827641 refactor(fetchers): Clearer more accurate type hints 2025-03-15 01:47:41 +02:00
Karim shoair b5c7a8c36d refactor/fix(Fetcher engine): Improvements and fixes
- Added the retries argument to the async methods, I don't understand how I missed it but that's why the code is rewritten now for easier maintenance.
2025-03-15 01:46:38 +02:00
Karim shoair 0c31fb7c0e refactor/fix(Playwright engine): Improvements and fixes 2025-03-15 01:45:12 +02:00
Karim shoair a2123fe91c refactor/fix(Camo engine): Improvements and fixes 2025-03-15 01:44:49 +02:00
Karim shoair 94909099a9 fix(Parser): Change default text content to empty string instead of None
For compatibility with previous fix/commit
2025-03-15 00:56:19 +02:00
Karim shoair bf6a3a9c20 fix(TextHandler): auto handling non-string type variables
Fix for #45
2025-03-08 01:42:58 +02:00
Karim shoair 6906b13500 docs: update Scrapeless promo 2025-03-05 15:22:50 +02:00
Karim shoair 26c10d5373 docs: updating scrapeless banner 2025-03-05 15:18:00 +02:00
Karim shoair 3ca4ea1d45 Merge pull request #43 from D4Vinci/dev
v0.2.96
2025-03-05 03:43:19 +02:00
Karim shoair f8662bee29 feat(cli): Adding the -f flag to install command 2025-03-05 03:32:43 +02:00
Karim shoair 087a85d615 fix(cli): Fix issue where install drops user into Python Shell 2025-03-05 03:28:07 +02:00
Karim shoair 7ed189aa4e docs: Updating the README 2025-03-05 03:15:11 +02:00
Karim shoair 5f06a34a2f build: Pumping version up 2025-03-05 03:13:47 +02:00
Karim shoair e9344a7384 fix(TextHandler): Fixing an issue with slicing
Slicing was returning `TextHandlers` instead of `TextHandler`. This solves #41 and corrects the type hint
2025-03-05 03:11:46 +02:00
Karim shoair 573bfe030c Merge pull request #40 from D4Vinci/dev
v0.2.95
2025-02-26 00:27:21 +02:00
Karim shoair 1dc79d449b docs: update library description 2025-02-26 00:19:54 +02:00
Karim shoair dc702d2d7c build: pumping version up 2025-02-25 23:57:31 +02:00
Karim shoair c596a13901 docs: reflect updates on README 2025-02-25 23:54:23 +02:00