Commit Graph

427 Commits

Author SHA1 Message Date
Karim shoair abc6aa0195 Adding new article 2025-04-12 21:28:34 +02:00
Karim shoair a5b20cafee Better social cards design 2025-04-08 23:26:22 +02:00
Karim shoair 21bf2af9ec Update mkdocs.yml 2025-04-08 23:03:01 +02:00
Karim shoair 16ed50fd98 Adding the option to generate social preview cards 2025-04-08 22:53:38 +02:00
Karim shoair 7264318604 Exclude reference pages from search for optimisation 2025-04-08 22:46:20 +02:00
Karim shoair 083f9d8ff7 Defer stars image 2025-04-08 22:41:32 +02:00
Karim shoair 16e4bf9706 Update mkdocs.yml 2025-04-08 22:40:48 +02:00
Karim shoair f59842641d Add Cookie consent 2025-04-08 22:25:28 +02:00
Karim shoair 1a5da6d21b Fix google tag 2025-04-08 22:14:28 +02:00
Karim shoair 4731a9a747 giving feedback option 2025-04-08 21:42:38 +02:00
Karim shoair e4370778f0 Width adjustments 2025-04-08 21:42:26 +02:00
Karim shoair f6435b8d29 Update mkdocs.yml 2025-04-08 19:34:31 +02:00
Karim shoair 6027840518 Merge branch 'main' into docs 2025-04-08 07:02:37 +02:00
Karim shoair 8b93857546 docs: removing old documentation
Checkout the website at https://scrapling.readthedocs.io
2025-04-08 06:56:06 +02:00
Karim shoair cca0a69526 Merge branch 'main' into docs 2025-04-08 06:52:58 +02:00
Karim shoair 96e3c3d2b5 Update publish.yml 2025-04-08 06:34:21 +02:00
Karim shoair c3b141ed4b Merge pull request #55 from D4Vinci/dev
v0.2.99
2025-04-08 06:27:07 +02:00
Karim shoair cf81e4e1a9 docs: Update README file 2025-04-08 06:06:12 +02:00
Karim shoair 8833a0916e build: update docs URL 2025-04-08 06:05:02 +02:00
Karim shoair bc8a315c69 Update requirements.txt 2025-04-08 04:01:49 +02:00
Karim shoair de81c824fa Update requirements.txt 2025-04-08 03:56:09 +02:00
Karim shoair 022e9614f0 adding material theme as requirement 2025-04-08 03:54:57 +02:00
Karim shoair bc612fea17 Create .readthedocs.yaml 2025-04-08 03:51:50 +02:00
Karim shoair ed694f0a79 First version of Scrapling full documentation 2025-04-08 03:44:57 +02:00
Karim shoair a79bf3cc9d feat(StealthyFetcher): adding the wait option
This will make fetcher sleep after fetch before closing the page
2025-04-08 03:08:48 +02:00
Karim shoair 8f5d66f678 fix(StealthyFetcher): fix redirection issue with async_fetch 2025-04-08 02:58:10 +02:00
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