Commit Graph

  • 32cec404f6 docs: adjustment to ad plans Karim shoair 2026-03-23 15:00:26 +02:00
  • e230403232 docs: removing an old sponsor Karim shoair 2026-03-23 14:56:35 +02:00
  • df4b1ac7e3 Merge branch 'dev' into test/storage-core-coverage Karim shoair 2026-03-22 18:05:42 +02:00
  • d7c08073d4 Merge branch 'main' into dev Karim shoair 2026-03-22 18:05:26 +02:00
  • a96809a340 docs: removing an old sponsor Karim shoair 2026-03-22 16:48:26 +02:00
  • bc509e9fcd Merge branch 'main' into dev Karim shoair 2026-03-19 17:01:25 +02:00
  • 3ed59c2a84 fix(agent): update skill zip file with the latest fix Karim shoair 2026-03-19 17:01:05 +02:00
  • 2e78b3f8aa fix(skill): Fix broken markdown links in skill references (#204) Karim shoair 2026-03-19 16:58:06 +02:00
  • a4f31ae205 simple md fix yetval 2026-03-19 10:37:02 -04:00
  • 7ca02ebb80 test: add edge case tests for filter, iterancestors, and find_similar (#200) Karim shoair 2026-03-17 22:16:15 +02:00
  • bf9e2da329 Merge branch 'dev' into test/edge-cases-filter-ancestors-find-similar Karim shoair 2026-03-17 22:15:59 +02:00
  • 1dc0b7a1bd fix(fetchers/content): increase the default max number of retries and raise error on max retries Karim shoair 2026-03-17 22:14:02 +02:00
  • 17ea982162 fix(fetchers): add max retry limit to _get_page_content to prevent infinite loop (#197) Karim shoair 2026-03-17 22:09:05 +02:00
  • 8e4e59e13e Merge branch 'dev' into fix/page-content-infinite-loop Karim shoair 2026-03-17 22:08:47 +02:00
  • d9932f2308 fix(spider/fetcher): preserve HTTP method across retries in spider session (#201) Karim shoair 2026-03-17 22:06:01 +02:00
  • 4c07b294ae Merge branch 'dev' into fix/preserve-http-method-on-retry Karim shoair 2026-03-17 22:04:57 +02:00
  • 27f306259e Merge branch 'dev' into fix/page-content-infinite-loop Karim shoair 2026-03-17 21:55:26 +02:00
  • 136c389787 fix(Texthandler): Replace get_all with getall to match the Selector class Karim shoair 2026-03-17 21:53:17 +02:00
  • 980be18a2a test: add coverage for TextHandler regex paths and TextHandlers.re() (#194) Karim shoair 2026-03-17 21:50:05 +02:00
  • 5123590a15 Merge branch 'dev' into test/custom-types-coverage Karim shoair 2026-03-17 21:42:17 +02:00
  • cc6c0dbfb9 fix: adjust test to the _restore_from_checkpoint fix Karim shoair 2026-03-17 17:46:47 +02:00
  • 1fb7961d42 fix: replace bare raise with return False in _restore_from_checkpoint (#196) Karim shoair 2026-03-17 17:45:52 +02:00
  • bcd45e47bb Merge branch 'dev' into fix/checkpoint-restore-bare-raise Karim shoair 2026-03-17 17:36:11 +02:00
  • 5eefbc6c05 Merge branch 'dev' into test/custom-types-coverage Karim shoair 2026-03-17 17:34:12 +02:00
  • 6699213bdc Merge branch 'dev' into test/storage-core-coverage Karim shoair 2026-03-17 17:31:31 +02:00
  • 440da11259 Merge branch 'main' into dev Karim shoair 2026-03-17 17:28:38 +02:00
  • 7bfaf204b7 docs: CJK Latin spacing fixes for the JP README Karim shoair 2026-03-17 17:12:41 +02:00
  • 74abd54a0b docs: Add translations to the new sponsor Karim shoair 2026-03-17 17:00:32 +02:00
  • 3d60792cbc docs: update Zensical Karim shoair 2026-03-17 16:53:55 +02:00
  • 3b543a6bdd docs: add a new sponsor Karim shoair 2026-03-17 16:45:04 +02:00
  • 5bf921b308 fix: preserve HTTP method across retries in spider session karesansui 2026-03-17 00:53:52 +09:00
  • 012e9f9f5e docs: images adjustments Karim shoair 2026-03-16 16:23:08 +02:00
  • f25bca75bf docs: fixing broken links Karim shoair 2026-03-16 15:38:23 +02:00
  • ca6c1f3c1e docs: CJK Latin spacing fixes for the Chinese README Karim shoair 2026-03-16 15:26:25 +02:00
  • cec5acd68a test: add edge case tests for filter, iterancestors, and find_similar awanawona 2026-03-16 18:01:11 +08:00
  • 72a2c8de81 Merge branch 'main' into dev Karim shoair 2026-03-15 22:44:16 +02:00
  • eb32285c49 docs: add the sponsor translated versions Karim shoair 2026-03-15 22:25:50 +02:00
  • f286575f31 docs: adding a new sponsor Karim shoair 2026-03-15 22:17:12 +02:00
  • 1e7704864e Merge branch 'dev' into test/custom-types-coverage Karim shoair 2026-03-15 16:38:48 +02:00
  • e63e57e6dc test(ai): add _normalize_credentials edge case coverage (#192) Karim shoair 2026-03-15 16:25:57 +02:00
  • 656dbc7d12 Merge branch 'dev' into test/normalize-credentials-coverage Karim shoair 2026-03-15 16:24:59 +02:00
  • d3c251c1ab fix: add max retry limit to _get_page_content to prevent infinite loop haosenwang1018 2026-03-15 17:53:23 +08:00
  • a31763afde fix: replace bare raise with return False in _restore_from_checkpoint haosenwang1018 2026-03-15 17:52:57 +08:00
  • 7178279586 test: add coverage for TextHandler regex, clean, and TextHandlers.re() haosenwang1018 2026-03-15 17:27:55 +08:00
  • 297423410d test: add save/retrieve round-trip and hash/URL coverage for storage core haosenwang1018 2026-03-15 17:27:10 +08:00
  • 54fcb7c364 test(ai): add _normalize_credentials edge case coverage Andrew Barnes 2026-03-15 00:14:54 -04:00
  • c7f0db912c docs: move up a new sponsor Karim shoair 2026-03-14 17:08:51 +02:00
  • 184ba6d0b0 docs: Add Korean (한국어) README translation (#187) Karim shoair 2026-03-11 16:49:52 +02:00
  • 60243a823a docs: Add Korean (한국어) README translation gk 2026-03-11 14:33:58 +09:00
  • 3836712939 docs: adjustments Karim shoair 2026-03-11 06:13:30 +02:00
  • 50388bf675 docs: update sponsors page Karim shoair 2026-03-11 05:54:54 +02:00
  • d67a397ecc docs: add the sponsor to the translated README files Karim shoair 2026-03-11 05:47:32 +02:00
  • 569e317437 docs: add new sponsor Karim shoair 2026-03-11 05:42:18 +02:00
  • 79a03ae7f0 docs: move up a sponsor Karim shoair 2026-03-11 01:11:19 +02:00
  • 1aa150f090 docs: replace the downloads badge Karim shoair 2026-03-11 00:06:05 +02:00
  • 19c21c17ee v0.4.2 (#183) Karim shoair 2026-03-09 01:37:28 +02:00
  • 6ec40ad19d docs: remove a sponsor Karim shoair 2026-03-09 00:48:15 +02:00
  • f80743a97b style: remove unused import Karim shoair 2026-03-09 00:35:06 +02:00
  • 66e0e7af57 fix(agent): update the agent skill zip file with the new version Karim shoair 2026-03-09 00:31:57 +02:00
  • 73832f9dfe docs: update the website to reflect the google referer logic Karim shoair 2026-03-09 00:29:54 +02:00
  • d48ac78c79 test: update tests accordingly Karim shoair 2026-03-09 00:28:32 +02:00
  • 8e3bf89e6c fix(agent): update the agent skills docs and version Karim shoair 2026-03-09 00:27:10 +02:00
  • a929de6ca4 fix: update code and docstrings to remove the old google referer logic Karim shoair 2026-03-09 00:25:19 +02:00
  • b547e04207 ops: update playwright pinned version Karim shoair 2026-03-09 00:05:46 +02:00
  • 27409927a3 build: pump up deps and browsers versions Karim shoair 2026-03-08 23:57:10 +02:00
  • aa6f96eb67 fix: return bare Google URL in referer instead of search query (#179) Karim shoair 2026-03-08 23:20:43 +02:00
  • b0c8448f81 Merge branch 'dev' into fix/google-referrer-spoof Karim shoair 2026-03-08 19:01:20 +02:00
  • 11bc08fbaa fix: Selector.get_all_text() doesn't get all text #167 (#168) Karim shoair 2026-03-08 19:01:04 +02:00
  • 68b9e128bc fix: return bare Google URL in referer instead of search query Andrew Barnes 2026-03-08 11:32:04 -04:00
  • 7cbe566acd Move test for get_all_text to test_parser_advanced.py Matt Hillebrand 2026-03-08 08:14:35 -07:00
  • e045d0f73f Merge branch 'dev' into dev Karim shoair 2026-03-08 16:31:25 +02:00
  • 49db2b643b Merge branch 'main' into dev Karim shoair 2026-03-08 16:27:25 +02:00
  • b9b5bb0c80 docs: add badges for the agent skill and Clawhub Karim shoair 2026-03-08 06:56:50 +02:00
  • 68e6c3c3e8 docs: adjustments Karim shoair 2026-03-08 06:39:49 +02:00
  • d1a0b815f5 docs: update translation files with new sponsor Karim shoair 2026-03-08 06:27:04 +02:00
  • cb7e9b9ef3 docs: add new platinum sponsor Karim shoair 2026-03-08 06:16:48 +02:00
  • 25de97f534 docs: update the agent skill readme Karim shoair 2026-03-08 03:30:04 +02:00
  • 68da2af556 docs: update the agent skill readme Karim shoair 2026-03-08 03:21:23 +02:00
  • 00ad6b4c5f Add two ignored elements to unit test Matt Hillebrand 2026-03-06 11:39:00 -08:00
  • 5806b8e014 - Add pre-compiled XPath text selector - Avoid recursion Matt Hillebrand 2026-03-06 09:01:32 -08:00
  • 5457a697fa fix: Selector.get_all_text() doesn't get all text #167 Matt Hillebrand 2026-03-05 20:34:44 -08:00
  • 54f2c96adf Merge branch 'main' into dev Karim shoair 2026-03-08 03:06:17 +02:00
  • f469fb9b8b feat: Upload the library agent skill Karim shoair 2026-03-08 03:06:01 +02:00
  • aa3f4b4b0e docs: remove previous versions pages Karim shoair 2026-03-08 02:47:53 +02:00
  • 27db107886 ops: exclude agent skill from workflow triggers Karim shoair 2026-03-08 02:46:54 +02:00
  • 98be98e875 docs: adjustments Karim shoair 2026-03-07 18:57:53 +02:00
  • cd73d901ab docs: adjustments Karim shoair 2026-03-07 18:54:29 +02:00
  • df7ded440c docs: table adjustments Karim shoair 2026-03-07 18:18:01 +02:00
  • 7089fadf8c docs: adjustments Karim shoair 2026-03-07 17:59:04 +02:00
  • 685d1fdcc4 docs: move up a sponsor Karim shoair 2026-03-07 17:45:36 +02:00
  • 5215d02666 docs: update website sponsors placement Karim shoair 2026-03-06 16:58:17 +02:00
  • 69c720e710 docs: update ads prices Karim shoair 2026-03-06 16:45:51 +02:00
  • c8e1d8d75d fix(type hints): use correct import for Python < 3.12 (Fixes #163 ) Karim shoair 2026-03-05 16:45:10 +02:00
  • 37f5c48a5f build: pump up the version Karim shoair 2026-03-03 23:09:36 +02:00
  • 1839506622 fix(browsers): make flag concatenation type-safe Karim shoair 2026-03-03 23:08:15 +02:00
  • 1142c4bf27 Merge branch 'main' into dev Karim shoair 2026-03-03 23:02:23 +02:00
  • bcdfba4d07 docs: add French language to the translated README files Karim shoair 2026-03-03 21:26:05 +02:00
  • b40a1a37b9 docs: add a new special sponsor Karim shoair 2026-03-03 21:17:13 +02:00
  • efe2c89a20 Merge branch 'main' into dev Karim shoair 2026-03-03 14:19:10 +02:00
  • bf79102951 docs: sponsors field adjustment Karim shoair 2026-03-03 14:18:44 +02:00