0f56cde19d
build(deps): bump cryptography from 46.0.7 to 48.0.1 ( #2775 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 46.0.7 to 48.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 48.0.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 17:45:33 +02:00
0xseal and GitHub
7c436d603d
fix(data): fix absence string for myjane ( #2770 )
2026-06-16 09:58:31 +02:00
1f3b01d188
build(deps): bump pyinstaller from 6.20.0 to 6.21.0 ( #2773 )
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.20.0 to 6.21.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases )
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst )
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.20.0...v6.21.0 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-version: 6.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 09:57:44 +02:00
1551322d48
build(deps-dev): bump pytest from 9.0.3 to 9.1.0 ( #2772 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 9.0.3 to 9.1.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 09:57:31 +02:00
Xinmin Zeng and GitHub
13f43b3420
Fix async activation retry handling ( #2765 )
...
Convert activation HTTP calls to aiohttp coroutines, await activation before retrying, and allocate independent protocol checkers per site check so concurrent retries do not overwrite shared checker state.
2026-06-13 16:34:24 +02:00
f4bcd18b91
build(deps): bump pypdf from 6.10.2 to 6.12.0 ( #2767 )
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 6.10.2 to 6.12.0.
- [Release notes](https://github.com/py-pdf/pypdf/releases )
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/pypdf/compare/6.10.2...6.12.0 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.12.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-13 14:46:50 +02:00
36b14ccfa6
Add Tor site entries for issue 806 ( #2755 )
...
Co-authored-by: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com >
2026-06-13 14:45:47 +02:00
Ashvin and GitHub
0e9ced3168
fix: pass value v not key k to is_country_tag in generate_report_context ( #2753 )
...
is_country_tag checks for a 2-letter alpha code. The field names
'country' and 'locale' are 6-7 characters and never match, so the
direct alpha_2 lookup branch was dead code and all country values fell
through to search_fuzzy unconditionally.
Change is_country_tag(k) -> is_country_tag(v) so that 2-letter ISO
codes (e.g. 'US', 'RU') use the fast direct lookup while full country
names continue to use fuzzy search.
Fixes #2752
2026-06-11 14:48:21 +02:00
3e6db86122
build(deps): bump aiohttp from 3.14.0 to 3.14.1 ( #2748 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 10:19:03 +02:00
Ashvin and GitHub
4c938751ea
fix: update_site() now replaces list element instead of local variable ( #2751 )
...
update_site() used `s = site` inside a for-loop, which rebinds only the
local loop variable and leaves self._sites[i] unchanged. The method
returned self silently appearing to succeed while the database list
retained the original entry. This broke --auto-disable for any site
already present in the database.
Fix with enumerate so the actual list element is replaced.
Fixes #2750
2026-06-10 20:05:18 +02:00
4b9b4689e9
Updated site list and statistics ( #2747 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-06-07 13:40:11 +02:00
c7edebb57a
Refactor error detection and username extraction ( #2701 )
...
Co-authored-by: Soxoj <31013580+soxoj@users.noreply.github.com >
2026-06-07 13:38:51 +02:00
Soxoj and GitHub
9fbe7ffd9b
Fix site checks: 2 fixed, 2 disabled ( #2745 )
...
Fixed: Weburg (#2740 ), Geeksfor Geeks (#2675 )
Disabled: AppleDeveloper (#2738 ), Livios (#2724 )
2026-06-07 01:28:44 +02:00
a85b0152fe
Warn on engine dict merge conflicts ( #2737 )
...
Co-authored-by: pratyushjaiswal0806-dot <pratyushjaiswal0806@gmail.com >
2026-06-04 23:55:05 +02:00
2c9ad539f0
build(deps): bump idna from 3.17 to 3.18 ( #2735 )
...
Bumps [idna](https://github.com/kjd/idna ) from 3.17 to 3.18.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md )
- [Commits](https://github.com/kjd/idna/compare/v3.17...v3.18 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.18'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-04 23:51:07 +02:00
7677865466 and GitHub
084e5a2aaf
Update PDF dependency for web variant ( #2739 )
...
Adding PDF dependency by default for web variant as a search will result in an error without installing this. In case it is not installed it maigret web will return to the landing page and will present an error in the logs.
2026-06-04 23:50:02 +02:00
8b418b5ebf
build(deps): bump aiohttp from 3.13.5 to 3.14.0 ( #2736 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-04 13:16:52 +02:00
44698ccf88
Updated site list and statistics ( #2733 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-06-03 18:08:45 +02:00
Kaif and GitHub
701126196b
refactor: update instagram entry structure ( #2731 )
2026-06-03 17:45:09 +02:00
Soxoj and GitHub
79a612ba8d
Sponsorship text update for README ( #2730 )
2026-06-03 00:28:58 +02:00
Kaif and GitHub
f3609e6f97
refactor: update query for leetcode ( #2727 )
2026-06-02 23:51:08 +02:00
Soxoj and GitHub
528b75336c
Added sponsor logo and CLI proxy recommendation ( #2729 )
2026-06-02 18:28:15 +02:00
Soxoj and GitHub
75e1015b05
Added sponsor logo and text to the README files ( #2728 )
2026-06-02 18:22:28 +02:00
2e2fa8e6ba
Updated site list and statistics ( #2723 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-06-01 08:41:20 +02:00
Soxoj and GitHub
e8c7d5770f
Fix site checks: 1 fixed, 8 disabled, 2 added ( #2722 )
2026-05-31 17:50:47 +02:00
49f0255481
Updated site list and statistics ( #2720 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-05-31 13:54:22 +02:00
Soxoj and GitHub
4cc803bb39
Graceful Ctrl+C + error UX improvements ( #2719 )
2026-05-30 16:14:57 +02:00
Soxoj and GitHub
a89b7f09a7
Fix DNS resolver failures: classify aiodns errors, add --dns-resolver threaded fallback ( #2688 ) ( #2717 )
...
* Fix DNS resolver failures: classify aiodns errors, add --dns-resolver threaded fallback (#2688 )
* test: include dns_resolver in CLI default args
2026-05-30 16:09:54 +02:00
50cba1c12f
Updated site list and statistics ( #2716 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-05-30 13:15:18 +02:00
Soxoj and GitHub
6babd43e8d
Fix site checks: 4 fixed, 1 disabled ( #2715 )
2026-05-30 13:11:30 +02:00
3c3a76a7f6
build(deps): bump idna from 3.16 to 3.17 ( #2711 )
...
Bumps [idna](https://github.com/kjd/idna ) from 3.16 to 3.17.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md )
- [Commits](https://github.com/kjd/idna/compare/v3.16...v3.17 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.17'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-30 10:36:36 +02:00
Soxoj and GitHub
0b49c8612a
Dockerhub build update ( #2713 )
...
* Dockerhub: update of label orders, fix for README update
2026-05-29 18:41:11 +02:00
Soxoj and GitHub
bab78c96a6
Docker build workflow: update README in DockerHub, change order of labels ( #2712 )
2026-05-29 18:27:09 +02:00
b9efa16362
build(deps): bump platformdirs from 4.9.6 to 4.10.0 ( #2708 )
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.9.6 to 4.10.0.
- [Release notes](https://github.com/tox-dev/platformdirs/releases )
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.9.6...4.10.0 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-29 11:19:52 +02:00
7c253ad0db
build(deps-dev): bump coverage from 7.14.0 to 7.14.1 ( #2705 )
...
Bumps [coverage](https://github.com/coveragepy/coveragepy ) from 7.14.0 to 7.14.1.
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.0...7.14.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.14.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-28 17:13:28 +02:00
e2361c0953
build(deps-dev): bump pytest-asyncio from 1.3.0 to 1.4.0 ( #2704 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-version: 1.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-28 12:03:08 +02:00
35efe10d8d
build(deps): bump socid-extractor from 0.0.28 to 0.1.0 ( #2703 )
...
Bumps [socid-extractor](https://github.com/soxoj/socid-extractor ) from 0.0.28 to 0.1.0.
- [Release notes](https://github.com/soxoj/socid-extractor/releases )
- [Changelog](https://github.com/soxoj/socid-extractor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/soxoj/socid-extractor/compare/v0.0.28...v0.1.0 )
---
updated-dependencies:
- dependency-name: socid-extractor
dependency-version: 0.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-27 19:28:28 +02:00
Dimitris Marakomihelakis and GitHub
4ce8d99352
feature: add keywords parameter and filter by its matching #979 ( #2702 )
...
* feature: add keywords parameter and filter by its matching #979
* fixes & nits
2026-05-27 19:27:48 +02:00
906735cc95
build(deps): bump soupsieve from 2.8.3 to 2.8.4 ( #2697 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.8.3...2.8.4 )
---
updated-dependencies:
- dependency-name: soupsieve
dependency-version: 2.8.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-26 13:41:29 +02:00
Soxoj and GitHub
9a2cce4d85
Add Cloudflare bypass (FlareSolverr) support to web UI + docs ( #2700 )
2026-05-25 18:53:18 +02:00
Soxoj and GitHub
fe93347da1
Fix Chinese name false positives: add CJK regexCheck to 27 sites ( #2633 ) ( #2699 )
2026-05-25 15:32:43 +02:00
3026f4cd71
build(deps-dev): bump pytest-rerunfailures from 16.2 to 16.3 ( #2698 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 16.2 to 16.3.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.2...16.3 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-version: '16.3'
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-25 11:51:23 +02:00
Soxoj and GitHub
b3f667d908
Fix docs build: dedup link targets, gate SVG badges to HTML ( #2695 )
2026-05-23 10:15:53 +02:00
Soxoj and GitHub
070c086f29
Add docs FAQ for top search queries; document translation workflow; Chinese update ( #2694 )
2026-05-23 09:46:35 +02:00
74b4d3a104
build(deps): bump certifi from 2026.4.22 to 2026.5.20 ( #2689 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2026.4.22 to 2026.5.20.
- [Commits](https://github.com/certifi/python-certifi/compare/2026.04.22...2026.05.20 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2026.5.20
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-22 11:05:35 +02:00
c36595dfb2
build(deps): bump idna from 3.15 to 3.16 ( #2692 )
...
Bumps [idna](https://github.com/kjd/idna ) from 3.15 to 3.16.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md )
- [Commits](https://github.com/kjd/idna/compare/v3.15...v3.16 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.16'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-22 10:15:56 +02:00
900947bd3a
build(deps): bump aiodns from 4.0.3 to 4.0.4 ( #2684 )
...
Bumps [aiodns](https://github.com/aio-libs/aiodns ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/aio-libs/aiodns/releases )
- [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog )
- [Commits](https://github.com/aio-libs/aiodns/compare/v4.0.3...v4.0.4 )
---
updated-dependencies:
- dependency-name: aiodns
dependency-version: 4.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-21 21:09:37 +02:00
Soxoj and GitHub
1d67cbe2c7
Enhance README with AI profiling and analysis details ( #2691 )
2026-05-21 19:27:45 +02:00
Soxoj and GitHub
ec7f57eab7
Windows version improvements and docs ( #2690 )
2026-05-21 12:12:17 +02:00
200a8b2cac
build(deps): bump yarl from 1.23.0 to 1.24.2 ( #2685 )
...
---
updated-dependencies:
- dependency-name: yarl
dependency-version: 1.24.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-21 10:02:22 +02:00