Soxoj
7a8b82f1da
Merge branch 'freelabz-fix/lxml-python314'
2026-04-08 00:49:18 +02:00
Copilot
f83b73bf89
Fix crash on -a --self-check by adding exception handling to site check coroutines ( #2466 )
...
* Initial plan
* Fix crash on -a --self-check by adding exception handling in site_self_check and self_check
Wrap the body of site_self_check in try/except to catch unexpected errors
and always return a valid changes dict. Also add a safety-net try/except
in self_check around awaiting individual site check futures so that a
single site failure doesn't crash the entire self-check process.
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/5e27d620-5cbb-43d2-a9f9-ecb53a29904d
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
* Restore @pytest.mark.slow on test_maigret_results
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/5e27d620-5cbb-43d2-a9f9-ecb53a29904d
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
* Document --self-check error resilience, --auto-disable, and --diagnose in docs/
Update command-line-options.rst with expanded --self-check description
and new --auto-disable and --diagnose entries. Add a "Database self-check"
section to features.rst explaining error-resilient behaviour and usage
examples. Update usage-examples.rst to reference --auto-disable.
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/af1f0f09-9112-4902-8475-e81d235ff3ed
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:37 +02:00
Soxoj
6083ea2664
Fix Spotify, add Spotify Community forum ( #2467 )
2026-04-08 00:48:37 +02:00
Copilot
7307e5328b
Add installation troubleshooting for missing system dependencies ( #2465 )
...
* Initial plan
* Add installation troubleshooting section for system dependency errors
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/6c3a5612-bdd5-4611-ba77-aea7ab52e304
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
* Simplify README troubleshooting to a link to the full docs
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/6c557093-0643-4980-93ad-973e2d3141ef
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:37 +02:00
Soxoj
86fb3cb414
Sites fixes ( #2464 )
2026-04-08 00:48:37 +02:00
Soxoj
be01cb5d1b
Add Markdown reports for LLM analysis ( #2463 )
2026-04-08 00:48:37 +02:00
dependabot[bot]
2f5df91a82
build(deps): bump curl-cffi from 0.14.0 to 0.15.0 ( #2462 )
...
Bumps [curl-cffi](https://github.com/lexiforest/curl_cffi ) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/lexiforest/curl_cffi/releases )
- [Changelog](https://github.com/lexiforest/curl_cffi/blob/main/docs/changelog.rst )
- [Commits](https://github.com/lexiforest/curl_cffi/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: curl-cffi
dependency-version: 0.15.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-04-08 00:48:37 +02:00
Soxoj
5578b6881a
False positive fixes ( #2460 )
...
* Fix false positives: APClips, Taplink, gentoo, Discord.bio, ChaturBate; disable 7Cups, playtime, openriskmanual, reactos; update tags
* Fix db_meta.json regeneration in update_site_data.py (inline instead of module import)
* Fix false positives: disable Bit.ly, Firearmstalk, Needrom, Travelblog; fix gentoo, Discord.bio, brickimedia via API; remove dead sites dreamhost, typepad
2026-04-08 00:48:37 +02:00
Soxoj
f9f9ec8ada
Fix false positives ( #2459 )
...
* Fix false positives: APClips, Taplink, gentoo, Discord.bio, ChaturBate; disable 7Cups, playtime, openriskmanual, reactos; update tags
* Fix db_meta.json regeneration in update_site_data.py (inline instead of module import)
2026-04-08 00:48:37 +02:00
Soxoj
f3093fd5af
DB update mechanism ( #2458 )
...
* Database update mechanism
2026-04-08 00:48:37 +02:00
Soxoj
66b741793e
Added Crypto/Web3 site checks ( #2457 )
2026-04-08 00:48:37 +02:00
Soxoj
59b1570f1f
Update of MIT License ( #2455 )
2026-04-08 00:48:37 +02:00
Julio César Suástegui
4f070f5e6c
fix(data): update InterPals absence string to match current site response ( #2442 )
...
The previous absence string 'The requested user does not exist or is inactive'
no longer matches the live site response. InterPals now returns 'User not found'
for non-existent profiles, causing false positives for all username searches.
Tested against interpals.net/noneownsthisusername (non-existent) and
interpals.net/blue (claimed) to confirm detection accuracy.
Closes #2433
Co-authored-by: Julio César Suástegui <juliosuas@users.noreply.github.com >
2026-04-08 00:48:37 +02:00
Soxoj
2329bd62fd
Multiple lint and types fixes ( #2454 )
2026-04-08 00:48:37 +02:00
Soxoj
99847ad3e7
Add site protection tracking system, fix broken site checks (Instagra… ( #2452 )
...
* Add site protection tracking system, fix broken site checks (Instagram, StackOverflow, LeetCode, Boosty, LiveLib), preserve unicode in data.json
* Update poetry.lock by running poetry lock
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/14333f41-67d5-4e28-a782-9730b31fc667
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-04-08 00:48:37 +02:00
dependabot[bot]
c8a183683a
build(deps): bump aiohttp from 3.13.4 to 3.13.5 ( #2448 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.5
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-04-08 00:48:37 +02:00
dependabot[bot]
77288cd4ca
build(deps-dev): bump mypy from 1.19.1 to 1.20.0 ( #2447 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.19.1 to 1.20.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.20.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-04-08 00:48:37 +02:00
dependabot[bot]
870bb1761e
build(deps): bump requests from 2.33.0 to 2.33.1 ( #2444 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.33.0 to 2.33.1.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.33.1 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.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-04-08 00:48:37 +02:00
dependabot[bot]
02de3b649a
build(deps): bump pygments from 2.18.0 to 2.20.0 ( #2440 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.18.0 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.20.0 )
---
updated-dependencies:
- dependency-name: pygments
dependency-version: 2.20.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-04-08 00:48:37 +02:00
dependabot[bot]
cb0288ceeb
build(deps): bump aiohttp from 3.13.3 to 3.13.4 ( #2435 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.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-04-08 00:48:37 +02:00
dependabot[bot]
07d1839148
build(deps): bump platformdirs from 4.5.0 to 4.9.4 ( #2434 )
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.5.0 to 4.9.4.
- [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.5.0...4.9.4 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.9.4
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-04-08 00:48:37 +02:00
dependabot[bot]
687ef4d249
build(deps): bump chardet from 5.2.0 to 7.4.0.post2 ( #2436 )
...
Bumps [chardet](https://github.com/chardet/chardet ) from 5.2.0 to 7.4.0.post2.
- [Release notes](https://github.com/chardet/chardet/releases )
- [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst )
- [Commits](https://github.com/chardet/chardet/compare/5.2.0...7.4.0.post2 )
---
updated-dependencies:
- dependency-name: chardet
dependency-version: 7.4.0.post2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:37 +02:00
dependabot[bot]
661cfb8a69
build(deps): bump multidict from 6.7.0 to 6.7.1 ( #2396 )
...
Bumps [multidict](https://github.com/aio-libs/multidict ) from 6.7.0 to 6.7.1.
- [Release notes](https://github.com/aio-libs/multidict/releases )
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/multidict/compare/v6.7.0...v6.7.1 )
---
updated-dependencies:
- dependency-name: multidict
dependency-version: 6.7.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-04-08 00:48:37 +02:00
Soxoj
f41f9439fc
Overhaul site tags and naming: add social tag to 33 networks, fill mi… ( #2430 )
...
* Overhaul site tags and naming: add social tag to 33 networks, fill missing tags for 213 top-1000 sites, clean up false us/in country tags (~374 sites), normalize site names to Title Case, add tag validation tests, document tagging and naming rules
Remove LLM folder: ask @soxoj for the up-to-date version!
* Remove LLM/ from version control
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 00:48:37 +02:00
Soxoj
c2f912b164
Tags and site names improvements ( #2427 )
...
- Added social tag to social networks (33 sites)
- Fixed wrong tags (8 sites)
- Filled empty tags for 213 sites in top-1000
- Country tag cleanup (~374 sites)
- Site naming normalization (75 sites)
- New tests (3)
- Documentation updates
2026-04-08 00:48:37 +02:00
dependabot[bot]
b653d1dda8
build(deps): bump cryptography from 46.0.5 to 46.0.6 ( #2422 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 46.0.5 to 46.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:37 +02:00
Soxoj
d27acbed86
Add urlProbes ( #2425 )
2026-04-08 00:48:37 +02:00
Soxoj
42de0a526d
Sites re-check ( #2423 )
2026-04-08 00:48:37 +02:00
dependabot[bot]
f150966056
build(deps): bump soupsieve from 2.8 to 2.8.3 ( #2404 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 2.8 to 2.8.3.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.8...2.8.3 )
---
updated-dependencies:
- dependency-name: soupsieve
dependency-version: 2.8.3
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-04-08 00:48:37 +02:00
dependabot[bot]
8e8d410ee8
build(deps-dev): bump pytest from 9.0.1 to 9.0.2 ( #2381 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 9.0.1 to 9.0.2.
- [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.1...9.0.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.2
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-04-08 00:48:36 +02:00
dependabot[bot]
aefc236af3
build(deps): bump psutil from 7.1.3 to 7.2.2 ( #2406 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 7.1.3 to 7.2.2.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/v7.1.3...v7.2.2 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.2.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-04-08 00:48:36 +02:00
dependabot[bot]
adcbefb59a
build(deps): bump pyinstaller from 6.16.0 to 6.19.0 ( #2405 )
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.16.0 to 6.19.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.16.0...v6.19.0 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-version: 6.19.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-04-08 00:48:36 +02:00
Soxoj
ac5b4df258
Readme update: commercial use ( #2403 )
2026-04-08 00:48:36 +02:00
dependabot[bot]
299e88a4a4
build(deps): bump requests from 2.32.5 to 2.33.0 ( #2394 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
github-actions[bot]
20b74383ee
Updated site list and statistics ( #2399 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
dependabot[bot]
48559a2fe8
build(deps-dev): bump pytest-httpserver from 1.1.0 to 1.1.5 ( #2397 )
...
Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver ) from 1.1.0 to 1.1.5.
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases )
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst )
- [Commits](https://github.com/csernazs/pytest-httpserver/compare/1.1.0...1.1.5 )
---
updated-dependencies:
- dependency-name: pytest-httpserver
dependency-version: 1.1.5
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-04-08 00:48:36 +02:00
dependabot[bot]
19abcc8586
build(deps): bump pypdf from 6.9.1 to 6.9.2 ( #2392 )
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 6.9.1 to 6.9.2.
- [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.9.1...6.9.2 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.9.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
dependabot[bot]
bc3a069624
build(deps): bump yarl from 1.22.0 to 1.23.0 ( #2383 )
...
---
updated-dependencies:
- dependency-name: yarl
dependency-version: 1.23.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-04-08 00:48:36 +02:00
dependabot[bot]
337b9b5270
build(deps): bump asgiref from 3.11.0 to 3.11.1 ( #2384 )
...
Bumps [asgiref](https://github.com/django/asgiref ) from 3.11.0 to 3.11.1.
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/asgiref/compare/3.11.0...3.11.1 )
---
updated-dependencies:
- dependency-name: asgiref
dependency-version: 3.11.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-04-08 00:48:36 +02:00
Soxoj
0c6388aff5
Added Max.ru check; --no-progressbar flag fixed ( #2386 )
2026-04-08 00:48:36 +02:00
dependabot[bot]
f860ce788a
build(deps): bump pycountry from 24.6.1 to 26.2.16 ( #2382 )
...
Bumps [pycountry](https://github.com/pycountry/pycountry ) from 24.6.1 to 26.2.16.
- [Release notes](https://github.com/pycountry/pycountry/releases )
- [Changelog](https://github.com/pycountry/pycountry/blob/main/HISTORY.txt )
- [Commits](https://github.com/pycountry/pycountry/compare/24.6.1...26.2.16 )
---
updated-dependencies:
- dependency-name: pycountry
dependency-version: 26.2.16
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
Soxoj
55fc8694ed
Fix false-positive site checks reported by Maigret Bot ( #2376 )
2026-04-08 00:48:36 +02:00
Copilot
31b759c08b
Fix update-site-data workflow race condition on branch push ( #2366 )
...
* Initial plan
* Fix update-site-data workflow race condition on branch push
- Add concurrency control to cancel in-progress runs on new pushes to main
- Delete existing PR branch before creating new one to avoid stale ref conflicts
- Upgrade peter-evans/create-pull-request from v5 to v7 (Node.js 20 deprecation)
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/a095d3d3-0093-43e8-9cc5-82797bd52453
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Soxoj
06c3360e3d
feat(core): add POST request support, new sites, migrate to Majestic Million ranking ( #2317 )
...
* feat(core): add POST request support, new sites, migrate to Majestic Million ranking
- Added native POST request support to the Maigret engine (requestMethod, requestPayload) to enable querying modern JSON registration endpoints.
- Replaced the discontinued Alexa rank API with the Majestic Million dataset for global popularity sorting and automated CI updates.
- Fixed multiple false positives among top 500 sites and bypassed standard anti-bot protections using custom User-Agents.
- Updated public documentation and internal playbooks to reflect the new features.
* feat(data): apply all data.json site check updates from main branch
- Added CTFtime and PentesterLab (new sites added in main)
- Removed forums.imore.com (deleted in main as dead site)
- Disabled 5 sites per main branch fixes: Librusec, MirTesen, amateurvoyeurforum.com, forums.stevehoffman.tv, vegalab
- Fixed 5 site checks per main branch: SoundCloud, Taplink, Setlist, RoyalCams, club.cnews.ru (switched from status_code to message checkType with proper markers)
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/a1d194d9-c0ff-4e2b-974c-c5e4b59548bf
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
e95d061460
Fix domain substring matching and NoneType crash in submit dialog ( #2367 )
...
* Initial plan
* Fix domain matching and NoneType error in submit.py
- Use regex with domain boundary matching instead of substring matching
to prevent x.com from matching 500px.com, mix.com, etc.
- Handle None old_site gracefully when user enters a site name not in
the matched list, fixing AttributeError crash.
- Add tests for both fixes.
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/7eabc755-47fd-4b80-a38c-9d6c056c2ce9
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
3097b37eb3
feat: add tag blacklisting via --exclude-tags ( #2352 )
...
* Initial plan
* feat: add tag blacklisting support (--exclude-tags CLI flag, web UI, docs, tests)
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/1a656af2-36bf-494f-9f03-1b5340f0357c
* fix: correct tag cloud label to match click-cycle interaction
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/1a656af2-36bf-494f-9f03-1b5340f0357c
* feat: add all country tags to web interface tag cloud
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/7e184b24-ff26-48fd-8a93-aea12b0a8d7b
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
dependabot[bot]
7d1911288f
build(deps): bump certifi from 2025.11.12 to 2026.2.25 ( #2346 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.11.12 to 2026.2.25.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.02.25 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2026.2.25
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
Copilot
c9272983fc
Fix SoundCloud false-positive: switch to message-based check ( #2355 )
...
* Initial plan
* Fix SoundCloud false-positive: switch from status_code to message checkType
SoundCloud returns HTTP 200 for non-existent user profiles (soft 404),
causing status_code check to report CLAIMED for random usernames.
Switch to message checkType with:
- presenseStrs: hydratable user marker in server-rendered HTML
- absenceStrs: generic page title for non-existent users
Markers sourced from WhatsMyName project's verified SoundCloud entry.
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/8aa10eef-78bf-4251-bf42-473cd94c7ef4
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
797daf0aa1
Fix club.cnews.ru false positive: switch from status_code to message checkType ( #2342 )
...
* Initial plan
* Fix club.cnews.ru false positive: switch from status_code to message checkType with absence strings
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/af131d2f-c7b5-4798-8ad1-86bab2673fe4
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Julio César Suástegui
abfb579755
feat: add CTFtime and PentesterLab site support ( #2318 )
...
Add two cybersecurity platforms for username enumeration:
- CTFtime (ctftime.org) - CTF competition platform
- PentesterLab (pentesterlab.com) - Security training platform
Both verified working with status_code check type.
Returns 200 for existing users, 404 for non-existent.
Co-authored-by: Julio César Suástegui <juliosuas@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
github-actions[bot]
ff13d5fafb
Automated Sites List Update ( #2341 )
...
* Updated site list and statistics
* Rebase and regenerate sites.md against latest main (#2351 )
* Updated site list and statistics
* Initial plan
* Disable MirTesen site check (false positive) (#2350 )
* Initial plan
* Disable MirTesen site check to fix false-positive probe
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/61c86064-423d-4f1b-8277-2838f747dd89
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
* build(deps): bump attrs from 25.4.0 to 26.1.0 (#2344 )
Bumps [attrs](https://github.com/sponsors/hynek ) from 25.4.0 to 26.1.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-version: 26.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Updated site list and statistics
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
dependabot[bot]
2c30d19c9f
build(deps): bump attrs from 25.4.0 to 26.1.0 ( #2344 )
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 25.4.0 to 26.1.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-version: 26.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
Copilot
089cb48773
Disable MirTesen site check (false positive) ( #2350 )
...
* Initial plan
* Disable MirTesen site check to fix false-positive probe
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/61c86064-423d-4f1b-8277-2838f747dd89
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
2bb473d919
Disable Librusec site check (false positive) ( #2349 )
...
* Initial plan
* Disable Librusec site check to fix false-positive probe
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
dependabot[bot]
1a8a76ca21
build(deps-dev): bump mypy from 1.19.0 to 1.19.1 ( #2347 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.19.0 to 1.19.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.19.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-04-08 00:48:36 +02:00
dependabot[bot]
ddb5f26813
build(deps): bump aiodns from 3.5.0 to 4.0.0 ( #2345 )
...
Bumps [aiodns](https://github.com/saghul/aiodns ) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/saghul/aiodns/releases )
- [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog )
- [Commits](https://github.com/saghul/aiodns/compare/v3.5.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: aiodns
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
Copilot
6b5955d676
Fix false-positive site probe: Re-enable Taplink with message checkType ( #2326 )
...
* Initial plan
* Disable Taplink site check to fix false-positive detections
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/ef9281f4-ba67-4760-a6e2-57564ac4ea94
* Re-enable Taplink with message checkType and absenceStrs
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/db3e572e-b79b-4cec-ac7f-062e76144660
* Improve Taplink absenceStrs: add Russian variant and presenseStrs
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/28e24317-e8b9-45f6-bad5-0e549b891313
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
github-actions[bot]
ebbff47829
Automated Sites List Update ( #2339 )
...
* Updated site list and statistics
* Rebase: merge origin/main into auto/update-sites-list (#2340 )
* Updated site list and statistics (#2315 )
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
* Initial plan
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
---------
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
github-actions[bot]
9d6319aebd
Updated site list and statistics ( #2315 )
...
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
05015a9cce
[WIP] Fix invalid link on forums.imore.com ( #2337 )
...
* Initial plan
* Remove dead forums.imore.com site from database
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/c83530d0-d24f-45fc-aca3-ae1e46ece33c
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
444eba65cd
Fix Setlist site check: switch to message checkType with proper markers ( #2333 )
...
* Initial plan
* Disable Setlist site check due to false positives (soft 404)
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/8c552ca6-51e5-4e79-a791-ddd6f27d2461
* Fix Setlist check: switch to message checkType with proper markers
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/3c387df6-1dfe-451f-96d8-b4b6455f7857
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
86777eeccf
Fix RoyalCams site check using BongaCams white-label pattern ( #2334 )
...
* Initial plan
* Disable RoyalCams site check to fix false-positive probe
The Telegram Maigret bot auto-probe reported CLAIMED for three random
usernames. The status_code checkType is unreliable as the site returns
200 for non-existent user profiles (soft 404). Disabling the site check
until a reliable detection method can be established.
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/05b3d513-fe15-477d-a455-0c9ddf0b8b51
* Fix RoyalCams: switch to message checkType using BongaCams white-label pattern
RoyalCams runs on the BongaCams platform. Applied the same fix pattern:
- Switch from status_code to message checkType
- Use Portuguese locale (pt.royalcams.com) as urlProbe
- absenceStrs matches generic title on non-existent profiles
- presenseStrs matches Portuguese profile title for existing users
- Add browser-like headers matching BongaCams config
- Remove disabled flag
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/2f6a9523-278a-4992-ba7c-c320de14bfa4
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
829063d1a1
[WIP] Fix false-positive probe for vegalab site ( #2336 )
...
* Initial plan
* Disable vegalab site check: domain is dead (DNS does not resolve), causing false positives
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/98430e81-5dcb-4cb3-9aaa-f8c5ce86d026
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
b6d4473f6f
Disable forums.stevehoffman.tv due to false positives ( #2331 )
...
* Initial plan
* Disable forums.stevehoffman.tv to fix false-positive site probe
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/39fea4a9-ec6d-4a12-b34b-1a3486d647e4
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
93e48e583b
Disable false-positive site probe: amateurvoyeurforum.com ( #2332 )
...
* Initial plan
* Disable amateurvoyeurforum.com site check to fix false positives
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/e7fcad2b-4511-4e6d-b186-411951170e0a
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
dependabot[bot]
d2b71dce57
build(deps): bump aiohttp-socks from 0.10.1 to 0.11.0 ( #2319 )
...
Bumps [aiohttp-socks](https://github.com/romis2012/aiohttp-socks ) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/romis2012/aiohttp-socks/releases )
- [Commits](https://github.com/romis2012/aiohttp-socks/compare/v0.10.1...v0.11.0 )
---
updated-dependencies:
- dependency-name: aiohttp-socks
dependency-version: 0.11.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-04-08 00:48:36 +02:00
dependabot[bot]
d8f2a48870
build(deps-dev): bump pytest-cov from 7.0.0 to 7.1.0 ( #2320 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 7.0.0 to 7.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 7.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-04-08 00:48:36 +02:00
dependabot[bot]
b5aa76a52c
build(deps-dev): bump coverage from 7.12.0 to 7.13.5 ( #2321 )
...
Bumps [coverage](https://github.com/coveragepy/coveragepy ) from 7.12.0 to 7.13.5.
- [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.12.0...7.13.5 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.13.5
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-04-08 00:48:36 +02:00
dependabot[bot]
f8bd42baa8
build(deps): bump reportlab from 4.4.5 to 4.4.10 ( #2323 )
...
Bumps [reportlab](https://www.reportlab.com/ ) from 4.4.5 to 4.4.10.
---
updated-dependencies:
- dependency-name: reportlab
dependency-version: 4.4.10
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-04-08 00:48:36 +02:00
Copilot
ce4c768891
Pin requests-toolbelt>=1.0.0 to fix urllib3 v2 incompatibility ( #2316 )
...
* Initial plan
* Add requests-toolbelt ^1.0.0 as explicit dependency to fix urllib3 v2 appengine ImportError
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/458d41b2-c135-4b51-b0b1-b1832490c808
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
d566d48d1f
Disable forums.developer.nvidia.com (auth-gated user profiles) ( #2305 )
...
* Initial plan
* disable forums.developer.nvidia.com due to auth-locked user pages
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/b8f41f15-8588-4aac-a443-af5e2aaa1918
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
278a5082ce
Remove dead site xxxforum.org ( #2310 )
...
* Initial plan
* Remove broken site xxxforum.org from data.json and sites.md
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/bfbd3aa8-bfb1-480a-b2e7-a2c40fc69def
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Copilot
87c8356ff1
Fix Love.Mail.ru: update to numeric-only identifiers and new profile URL ( #2307 )
...
* Initial plan
* fix: update Love.Mail.ru to use numeric-only identifiers (#1264 )
- Add regexCheck to enforce numeric-only IDs (^\d+$)
- Update usernameClaimed/usernameUnclaimed to numeric values
- Site remains disabled pending live verification
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/6de16097-6bc1-424a-beb1-1d2ec6b99944
* fix: update Love.Mail.ru URL to /profile/ path, enable check with verified ID
Use maintainer-provided working link https://love.mail.ru/profile/1838153357 .
- Change URL pattern from /ru/{username} to /profile/{username}
- Set usernameClaimed to 1838153357
- Remove disabled flag to enable the check
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/ac07d38e-46e2-42d3-9e93-eda3e5cfbcc3
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
github-actions[bot]
d1ecd8a965
Updated site list and statistics ( #2314 )
...
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Soxoj
44991e0b7c
Update site data workflow fix: remove ambiguous main tag ( #2313 )
...
* feat(workflow): fix update site data workflow err
* feat(workflow): the final update side data workflow fix (hopefully)
2026-04-08 00:48:36 +02:00
Soxoj
1a3ce4f114
feat(workflow): fix update site data workflow err ( #2312 )
2026-04-08 00:48:36 +02:00
Copilot
6c5f67f30b
Re-enable taplink.cc with browser User-Agent to bypass Cloudflare ( #2308 )
...
* Initial plan
* fix(taplink): re-enable taplink.cc with browser User-Agent header to bypass Cloudflare
Remove disabled flag and add a Chrome User-Agent header to help
bypass Cloudflare bot detection for taplink.cc profile checks.
If Cloudflare still blocks requests, maigret's built-in error
detection will gracefully mark results as UNKNOWN.
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/271904b6-e358-4aeb-b503-21c9b91186d9
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Soxoj
a2982da0f3
feat(workflow): fix update site data workflow dependency ( #2306 )
2026-04-08 00:48:36 +02:00
dependabot[bot]
6b8ad90172
Bump svglib from 1.5.1 to 1.6.0 ( #2205 )
...
* Bump svglib from 1.5.1 to 1.6.0
Bumps [svglib](https://github.com/deeplook/svglib ) from 1.5.1 to 1.6.0.
- [Changelog](https://github.com/deeplook/svglib/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/deeplook/svglib/commits )
---
updated-dependencies:
- dependency-name: svglib
dependency-version: 1.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add libcairo2-dev to CI workflow for svglib 1.6.0 compatibility (#2304 )
* Initial plan
* Add libcairo2-dev system dependency install step to test workflow
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/3ecab70e-d4a3-4e74-9245-bffc58d6d0a3
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-08 00:48:36 +02:00
Soxoj
e95057abf8
Update sites list workflow ( #2303 )
2026-04-08 00:48:36 +02:00
Soxoj
5fa86187f5
feat(sites): fix false positives: disable 74 broken sites, fix 8 with API probes and better markers ( #2302 )
...
- Disable 74 sites: Cloudflare/captcha blocks, identical responses,
dead domains, vBulletin/phpBB engine failures
- Fix Roblox, Salon24.pl, Planetaexcel → status_code (clear 404 signal)
- Fix en.brickimedia.org → message with "noarticletext" absenceStr
- Fix Arduino → narrower title-based presenseStrs/absenceStrs
- Re-enable Fandom (3 wikis) via MediaWiki api.php urlProbe
- Re-enable Substack via /api/v1/user/{}/public_profile urlProbe
- Re-enable hashnode via GraphQL GET urlProbe (URL-encoded query)
- Document lessons: engine template drift, search-by-author fragility,
always-200 sites, TLS degradation, API bypassing Cloudflare,
GraphQL GET support, URL-encoding for template safety
2026-04-08 00:48:36 +02:00
Soxoj
c9ab9d676b
Improve site-check quality: fix broken site configs, add diagnostic utilities, and make self-check report-only by default with opt-in auto-disable. ( #2301 )
...
- Fix VK and TradingView checkType; add Reddit and Microsoft Learn API-style probes where appropriate; adjust or disable entries that are unreliable under anti-bot protection.
- Self-check: stop aggressive auto-disable; default to reporting issues only; add --auto-disable and --diagnose for optional fixes and deeper output.
- Tooling: add utils/site_check.py and utils/check_top_n.py (and related helpers) to inspect and rank site behavior against the top-N list
- Scope: aligns with fixing top-traffic / high-impact sites and making diagnostics repeatable without silently flipping disabled flags
2026-04-08 00:48:36 +02:00
Soxoj
4784ecdacc
Update Telegram bot link in README ( #2300 )
2026-04-08 00:48:36 +02:00
dependabot[bot]
f24a73846e
Bump certifi from 2025.10.5 to 2025.11.12 ( #2249 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.10.5 to 2025.11.12.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.11.12
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-04-08 00:48:36 +02:00
dependabot[bot]
9e64f7260d
build(deps): bump werkzeug from 3.1.4 to 3.1.6 ( #2288 )
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/3.1.4...3.1.6 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-version: 3.1.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
dependabot[bot]
ee68542028
Bump reportlab from 4.4.4 to 4.4.5 ( #2251 )
...
Bumps [reportlab](https://www.reportlab.com/ ) from 4.4.4 to 4.4.5.
---
updated-dependencies:
- dependency-name: reportlab
dependency-version: 4.4.5
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-04-08 00:48:36 +02:00
dependabot[bot]
c2240b6607
build(deps): bump flask from 3.1.2 to 3.1.3 ( #2289 )
...
Bumps [flask](https://github.com/pallets/flask ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/3.1.2...3.1.3 )
---
updated-dependencies:
- dependency-name: flask
dependency-version: 3.1.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:36 +02:00
Soxoj
54f1a46d79
Twitter fixed, mirrors mechanism improvement ( #2299 )
2026-04-08 00:48:36 +02:00
Soxoj
f5151ca0fd
Pyinstaller GitHub workflow fix ( #2298 )
2026-04-08 00:48:36 +02:00
Soxoj
43db010dfe
Update Telegram bot link in README ( #2293 )
2026-04-08 00:48:36 +02:00
Soxoj
59535c59e5
Fixed false positives in top-500 ( #2292 )
2026-04-08 00:48:36 +02:00
Soxoj
eccc09275a
Dockerfile fix ( #2290 )
2026-04-08 00:48:23 +02:00
dependabot[bot]
2e94bafb7b
Bump pypdf from 6.4.0 to 6.9.1 ( #2281 )
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 6.4.0 to 6.9.1.
- [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.4.0...6.9.1 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.9.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-04-08 00:48:23 +02:00
dependabot[bot]
5a6ee2ef90
Bump cryptography from 44.0.1 to 46.0.5 ( #2270 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 44.0.1 to 46.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:23 +02:00
dependabot[bot]
d180101a06
Bump black from 25.11.0 to 26.3.1 ( #2280 )
...
Bumps [black](https://github.com/psf/black ) from 25.11.0 to 26.3.1.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/25.11.0...26.3.1 )
---
updated-dependencies:
- dependency-name: black
dependency-version: 26.3.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:48:18 +02:00
dependabot[bot]
c0af820de3
Bump pillow from 11.0.0 to 12.1.1 ( #2271 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.0.0 to 12.1.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.0.0...12.1.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 12.1.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-04-08 00:45:06 +02:00
dependabot[bot]
b7125dc97e
Bump urllib3 from 2.5.0 to 2.6.3 ( #2262 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.5.0 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.3 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 00:45:06 +02:00
Tang Vu
108fef50ee
refactor: unexpanded tilde in file path ( #2283 )
...
The path `'~/.maigret/settings.json'` uses a tilde (`~`) which is not automatically expanded by Python's `open()` function. This will cause the settings file in the user's home directory to be silently ignored (caught by `FileNotFoundError`) because Python will look for a literal directory named `~` in the current working directory.
Affected files: settings.py
2026-04-08 00:45:06 +02:00
Tang Vu
4470c3a440
refactor: missing tests for settings cascade and override logic ( #2287 )
...
The `Settings.load()` method iterates through multiple configuration file paths and updates the internal `__dict__`, intending to override earlier default settings with later user-specific ones. This cascading logic is a core configuration feature but lacks explicit tests to guarantee that dictionary merging and overriding behave exactly as documented (e.g., ensuring a setting in `~/.maigret/settings.json` correctly overrides `resources/settings.json` without wiping out other keys).
Affected files: test_settings.py
2026-04-08 00:45:06 +02:00
Tang Vu
84529cd5b4
♻️ Refactor: Hardcoded relative path for database file ( #2285 )
...
* refactor: hardcoded relative path for database file
`app.config['MAIGRET_DB_FILE']` is set to a hardcoded relative path `os.path.join('maigret', 'resources', 'data.json')`. If the Flask application is executed from a different working directory (other than the repository root), it will fail to find the database file and crash.
Affected files: app.py, settings.py
* refactor: hardcoded relative path for database file
`app.config['MAIGRET_DB_FILE']` is set to a hardcoded relative path `os.path.join('maigret', 'resources', 'data.json')`. If the Flask application is executed from a different working directory (other than the repository root), it will fail to find the database file and crash.
Affected files: app.py, settings.py
2026-04-08 00:45:06 +02:00
Copilot
23adc178ea
Fix crash on -a --self-check by adding exception handling to site check coroutines ( #2466 )
...
* Initial plan
* Fix crash on -a --self-check by adding exception handling in site_self_check and self_check
Wrap the body of site_self_check in try/except to catch unexpected errors
and always return a valid changes dict. Also add a safety-net try/except
in self_check around awaiting individual site check futures so that a
single site failure doesn't crash the entire self-check process.
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/5e27d620-5cbb-43d2-a9f9-ecb53a29904d
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
* Restore @pytest.mark.slow on test_maigret_results
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/5e27d620-5cbb-43d2-a9f9-ecb53a29904d
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
* Document --self-check error resilience, --auto-disable, and --diagnose in docs/
Update command-line-options.rst with expanded --self-check description
and new --auto-disable and --diagnose entries. Add a "Database self-check"
section to features.rst explaining error-resilient behaviour and usage
examples. Update usage-examples.rst to reference --auto-disable.
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/af1f0f09-9112-4902-8475-e81d235ff3ed
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-07 19:44:09 +02:00
Soxoj
6834483360
Fix Spotify, add Spotify Community forum ( #2467 )
2026-04-07 18:25:13 +02:00
Copilot
6ed8fdefcc
Add installation troubleshooting for missing system dependencies ( #2465 )
...
* Initial plan
* Add installation troubleshooting section for system dependency errors
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/6c3a5612-bdd5-4611-ba77-aea7ab52e304
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
* Simplify README troubleshooting to a link to the full docs
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/6c557093-0643-4980-93ad-973e2d3141ef
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-04-07 17:54:02 +02:00
Soxoj
3fd34afb77
Sites fixes ( #2464 )
2026-04-06 21:41:16 +02:00
Soxoj
ad95302745
Add Markdown reports for LLM analysis ( #2463 )
2026-04-06 18:26:43 +02:00
dependabot[bot]
44a6c729e3
build(deps): bump curl-cffi from 0.14.0 to 0.15.0 ( #2462 )
...
Bumps [curl-cffi](https://github.com/lexiforest/curl_cffi ) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/lexiforest/curl_cffi/releases )
- [Changelog](https://github.com/lexiforest/curl_cffi/blob/main/docs/changelog.rst )
- [Commits](https://github.com/lexiforest/curl_cffi/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: curl-cffi
dependency-version: 0.15.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-04-06 15:04:48 +02:00
Soxoj
6d0a22b738
False positive fixes ( #2460 )
...
* Fix false positives: APClips, Taplink, gentoo, Discord.bio, ChaturBate; disable 7Cups, playtime, openriskmanual, reactos; update tags
* Fix db_meta.json regeneration in update_site_data.py (inline instead of module import)
* Fix false positives: disable Bit.ly, Firearmstalk, Needrom, Travelblog; fix gentoo, Discord.bio, brickimedia via API; remove dead sites dreamhost, typepad
2026-04-04 19:08:51 +02:00
Soxoj
abce3c9be4
Fix false positives ( #2459 )
...
* Fix false positives: APClips, Taplink, gentoo, Discord.bio, ChaturBate; disable 7Cups, playtime, openriskmanual, reactos; update tags
* Fix db_meta.json regeneration in update_site_data.py (inline instead of module import)
2026-04-04 18:22:21 +02:00
Soxoj
269d50eedc
DB update mechanism ( #2458 )
...
* Database update mechanism
2026-04-04 18:00:50 +02:00
Soxoj
e8f4318e5d
Added Crypto/Web3 site checks ( #2457 )
2026-04-04 16:49:12 +02:00
Soxoj
75289c78bf
Update of MIT License ( #2455 )
2026-04-03 18:02:54 +02:00
Julio César Suástegui
eeb38ccdc0
fix(data): update InterPals absence string to match current site response ( #2442 )
...
The previous absence string 'The requested user does not exist or is inactive'
no longer matches the live site response. InterPals now returns 'User not found'
for non-existent profiles, causing false positives for all username searches.
Tested against interpals.net/noneownsthisusername (non-existent) and
interpals.net/blue (claimed) to confirm detection accuracy.
Closes #2433
Co-authored-by: Julio César Suástegui <juliosuas@users.noreply.github.com >
2026-04-03 13:43:33 +02:00
Soxoj
d136014576
Multiple lint and types fixes ( #2454 )
2026-04-02 21:01:49 +02:00
Soxoj
5d502eaef6
Add site protection tracking system, fix broken site checks (Instagra… ( #2452 )
...
* Add site protection tracking system, fix broken site checks (Instagram, StackOverflow, LeetCode, Boosty, LiveLib), preserve unicode in data.json
* Update poetry.lock by running poetry lock
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/14333f41-67d5-4e28-a782-9730b31fc667
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-04-02 20:28:20 +02:00
dependabot[bot]
9e8a701c54
build(deps): bump aiohttp from 3.13.4 to 3.13.5 ( #2448 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.5
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-04-02 08:11:42 +02:00
dependabot[bot]
7b67c61240
build(deps-dev): bump mypy from 1.19.1 to 1.20.0 ( #2447 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.19.1 to 1.20.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.20.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-04-01 20:12:29 +02:00
dependabot[bot]
0e113c4592
build(deps): bump requests from 2.33.0 to 2.33.1 ( #2444 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.33.0 to 2.33.1.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.33.1 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.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-03-31 16:49:17 +02:00
dependabot[bot]
fb4e17be92
build(deps): bump pygments from 2.18.0 to 2.20.0 ( #2440 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.18.0 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.20.0 )
---
updated-dependencies:
- dependency-name: pygments
dependency-version: 2.20.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-03-30 20:25:10 +02:00
dependabot[bot]
adb19e5930
build(deps): bump aiohttp from 3.13.3 to 3.13.4 ( #2435 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.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-03-30 14:27:54 +02:00
dependabot[bot]
116fae3e0f
build(deps): bump platformdirs from 4.5.0 to 4.9.4 ( #2434 )
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.5.0 to 4.9.4.
- [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.5.0...4.9.4 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.9.4
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-03-30 11:09:27 +02:00
dependabot[bot]
bf495cd57e
build(deps): bump chardet from 5.2.0 to 7.4.0.post2 ( #2436 )
...
Bumps [chardet](https://github.com/chardet/chardet ) from 5.2.0 to 7.4.0.post2.
- [Release notes](https://github.com/chardet/chardet/releases )
- [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst )
- [Commits](https://github.com/chardet/chardet/compare/5.2.0...7.4.0.post2 )
---
updated-dependencies:
- dependency-name: chardet
dependency-version: 7.4.0.post2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 11:09:14 +02:00
dependabot[bot]
e49aa533df
build(deps): bump multidict from 6.7.0 to 6.7.1 ( #2396 )
...
Bumps [multidict](https://github.com/aio-libs/multidict ) from 6.7.0 to 6.7.1.
- [Release notes](https://github.com/aio-libs/multidict/releases )
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/multidict/compare/v6.7.0...v6.7.1 )
---
updated-dependencies:
- dependency-name: multidict
dependency-version: 6.7.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-03-29 12:20:48 +02:00
Soxoj
5aa7f6429b
Overhaul site tags and naming: add social tag to 33 networks, fill mi… ( #2430 )
...
* Overhaul site tags and naming: add social tag to 33 networks, fill missing tags for 213 top-1000 sites, clean up false us/in country tags (~374 sites), normalize site names to Title Case, add tag validation tests, document tagging and naming rules
Remove LLM folder: ask @soxoj for the up-to-date version!
* Remove LLM/ from version control
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-28 19:48:16 +01:00
Soxoj
a5d337b765
Tags and site names improvements ( #2427 )
...
- Added social tag to social networks (33 sites)
- Fixed wrong tags (8 sites)
- Filled empty tags for 213 sites in top-1000
- Country tag cleanup (~374 sites)
- Site naming normalization (75 sites)
- New tests (3)
- Documentation updates
2026-03-28 15:42:12 +01:00
dependabot[bot]
5aa0c908b0
build(deps): bump cryptography from 46.0.5 to 46.0.6 ( #2422 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 46.0.5 to 46.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-28 10:10:35 +01:00
Soxoj
51b452ad71
Add urlProbes ( #2425 )
2026-03-28 00:08:02 +01:00
Soxoj
fa1a4d1b4a
Sites re-check ( #2423 )
2026-03-27 22:41:55 +01:00
dependabot[bot]
184519b202
build(deps): bump soupsieve from 2.8 to 2.8.3 ( #2404 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 2.8 to 2.8.3.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.8...2.8.3 )
---
updated-dependencies:
- dependency-name: soupsieve
dependency-version: 2.8.3
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-03-27 22:41:40 +01:00
dependabot[bot]
a203eecbb2
build(deps-dev): bump pytest from 9.0.1 to 9.0.2 ( #2381 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 9.0.1 to 9.0.2.
- [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.1...9.0.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.2
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-03-27 22:15:56 +01:00
dependabot[bot]
dde1cd5d78
build(deps): bump psutil from 7.1.3 to 7.2.2 ( #2406 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 7.1.3 to 7.2.2.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/v7.1.3...v7.2.2 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.2.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-03-27 15:58:24 +01:00
dependabot[bot]
547512519b
build(deps): bump pyinstaller from 6.16.0 to 6.19.0 ( #2405 )
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.16.0 to 6.19.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.16.0...v6.19.0 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-version: 6.19.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-03-27 09:19:04 +01:00
Soxoj
b333a2e2b2
Readme update: commercial use ( #2403 )
2026-03-26 21:51:53 +01:00
dependabot[bot]
2835ec71c7
build(deps): bump requests from 2.32.5 to 2.33.0 ( #2394 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-26 21:10:51 +01:00
github-actions[bot]
af67a6a3f3
Updated site list and statistics ( #2399 )
...
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-26 16:36:23 +01:00
dependabot[bot]
4f737b5260
build(deps-dev): bump pytest-httpserver from 1.1.0 to 1.1.5 ( #2397 )
...
Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver ) from 1.1.0 to 1.1.5.
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases )
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst )
- [Commits](https://github.com/csernazs/pytest-httpserver/compare/1.1.0...1.1.5 )
---
updated-dependencies:
- dependency-name: pytest-httpserver
dependency-version: 1.1.5
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-03-26 16:12:53 +01:00
dependabot[bot]
185e09e4ea
build(deps): bump pypdf from 6.9.1 to 6.9.2 ( #2392 )
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 6.9.1 to 6.9.2.
- [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.9.1...6.9.2 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.9.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-25 23:33:41 +01:00
dependabot[bot]
5865e0f375
build(deps): bump yarl from 1.22.0 to 1.23.0 ( #2383 )
...
---
updated-dependencies:
- dependency-name: yarl
dependency-version: 1.23.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-03-25 16:59:46 +01:00
dependabot[bot]
815c8cb2f3
build(deps): bump asgiref from 3.11.0 to 3.11.1 ( #2384 )
...
Bumps [asgiref](https://github.com/django/asgiref ) from 3.11.0 to 3.11.1.
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/asgiref/compare/3.11.0...3.11.1 )
---
updated-dependencies:
- dependency-name: asgiref
dependency-version: 3.11.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-03-25 15:03:02 +01:00
Soxoj
656fe1df24
Added Max.ru check; --no-progressbar flag fixed ( #2386 )
2026-03-25 11:48:12 +01:00
dependabot[bot]
1c5dc5f152
build(deps): bump pycountry from 24.6.1 to 26.2.16 ( #2382 )
...
Bumps [pycountry](https://github.com/pycountry/pycountry ) from 24.6.1 to 26.2.16.
- [Release notes](https://github.com/pycountry/pycountry/releases )
- [Changelog](https://github.com/pycountry/pycountry/blob/main/HISTORY.txt )
- [Commits](https://github.com/pycountry/pycountry/compare/24.6.1...26.2.16 )
---
updated-dependencies:
- dependency-name: pycountry
dependency-version: 26.2.16
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-25 09:54:11 +01:00
Soxoj
bc3d9faad9
Fix false-positive site checks reported by Maigret Bot ( #2376 )
2026-03-24 23:01:11 +01:00
Copilot
5aae2ee005
Fix update-site-data workflow race condition on branch push ( #2366 )
...
* Initial plan
* Fix update-site-data workflow race condition on branch push
- Add concurrency control to cancel in-progress runs on new pushes to main
- Delete existing PR branch before creating new one to avoid stale ref conflicts
- Upgrade peter-evans/create-pull-request from v5 to v7 (Node.js 20 deprecation)
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/a095d3d3-0093-43e8-9cc5-82797bd52453
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-24 22:10:03 +01:00
Soxoj
b145e7b26f
feat(core): add POST request support, new sites, migrate to Majestic Million ranking ( #2317 )
...
* feat(core): add POST request support, new sites, migrate to Majestic Million ranking
- Added native POST request support to the Maigret engine (requestMethod, requestPayload) to enable querying modern JSON registration endpoints.
- Replaced the discontinued Alexa rank API with the Majestic Million dataset for global popularity sorting and automated CI updates.
- Fixed multiple false positives among top 500 sites and bypassed standard anti-bot protections using custom User-Agents.
- Updated public documentation and internal playbooks to reflect the new features.
* feat(data): apply all data.json site check updates from main branch
- Added CTFtime and PentesterLab (new sites added in main)
- Removed forums.imore.com (deleted in main as dead site)
- Disabled 5 sites per main branch fixes: Librusec, MirTesen, amateurvoyeurforum.com, forums.stevehoffman.tv, vegalab
- Fixed 5 site checks per main branch: SoundCloud, Taplink, Setlist, RoyalCams, club.cnews.ru (switched from status_code to message checkType with proper markers)
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/a1d194d9-c0ff-4e2b-974c-c5e4b59548bf
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-03-24 22:08:42 +01:00
Copilot
abd9aa57fe
Fix domain substring matching and NoneType crash in submit dialog ( #2367 )
...
* Initial plan
* Fix domain matching and NoneType error in submit.py
- Use regex with domain boundary matching instead of substring matching
to prevent x.com from matching 500px.com, mix.com, etc.
- Handle None old_site gracefully when user enters a site name not in
the matched list, fixing AttributeError crash.
- Add tests for both fixes.
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/7eabc755-47fd-4b80-a38c-9d6c056c2ce9
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-24 22:04:10 +01:00
Copilot
2e430e5039
feat: add tag blacklisting via --exclude-tags ( #2352 )
...
* Initial plan
* feat: add tag blacklisting support (--exclude-tags CLI flag, web UI, docs, tests)
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/1a656af2-36bf-494f-9f03-1b5340f0357c
* fix: correct tag cloud label to match click-cycle interaction
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/1a656af2-36bf-494f-9f03-1b5340f0357c
* feat: add all country tags to web interface tag cloud
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/7e184b24-ff26-48fd-8a93-aea12b0a8d7b
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-24 22:00:59 +01:00
dependabot[bot]
f5786f11ce
build(deps): bump certifi from 2025.11.12 to 2026.2.25 ( #2346 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.11.12 to 2026.2.25.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.02.25 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2026.2.25
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-24 15:13:10 +01:00
Copilot
3e56c95e16
Fix SoundCloud false-positive: switch to message-based check ( #2355 )
...
* Initial plan
* Fix SoundCloud false-positive: switch from status_code to message checkType
SoundCloud returns HTTP 200 for non-existent user profiles (soft 404),
causing status_code check to report CLAIMED for random usernames.
Switch to message checkType with:
- presenseStrs: hydratable user marker in server-rendered HTML
- absenceStrs: generic page title for non-existent users
Markers sourced from WhatsMyName project's verified SoundCloud entry.
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/8aa10eef-78bf-4251-bf42-473cd94c7ef4
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-24 15:12:56 +01:00
Copilot
28f35f9a4f
Fix club.cnews.ru false positive: switch from status_code to message checkType ( #2342 )
...
* Initial plan
* Fix club.cnews.ru false positive: switch from status_code to message checkType with absence strings
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/af131d2f-c7b5-4798-8ad1-86bab2673fe4
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-24 10:52:23 +01:00
Julio César Suástegui
79cea49526
feat: add CTFtime and PentesterLab site support ( #2318 )
...
Add two cybersecurity platforms for username enumeration:
- CTFtime (ctftime.org) - CTF competition platform
- PentesterLab (pentesterlab.com) - Security training platform
Both verified working with status_code check type.
Returns 200 for existing users, 404 for non-existent.
Co-authored-by: Julio César Suástegui <juliosuas@users.noreply.github.com >
2026-03-24 10:52:07 +01:00
github-actions[bot]
2d94269656
Automated Sites List Update ( #2341 )
...
* Updated site list and statistics
* Rebase and regenerate sites.md against latest main (#2351 )
* Updated site list and statistics
* Initial plan
* Disable MirTesen site check (false positive) (#2350 )
* Initial plan
* Disable MirTesen site check to fix false-positive probe
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/61c86064-423d-4f1b-8277-2838f747dd89
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
* build(deps): bump attrs from 25.4.0 to 26.1.0 (#2344 )
Bumps [attrs](https://github.com/sponsors/hynek ) from 25.4.0 to 26.1.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-version: 26.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Updated site list and statistics
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-24 10:51:21 +01:00
dependabot[bot]
829bda885a
build(deps): bump attrs from 25.4.0 to 26.1.0 ( #2344 )
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 25.4.0 to 26.1.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-version: 26.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-24 09:51:42 +01:00
Copilot
eb541dcf51
Disable MirTesen site check (false positive) ( #2350 )
...
* Initial plan
* Disable MirTesen site check to fix false-positive probe
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/61c86064-423d-4f1b-8277-2838f747dd89
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-24 09:51:31 +01:00
Copilot
4c97025a32
Disable Librusec site check (false positive) ( #2349 )
...
* Initial plan
* Disable Librusec site check to fix false-positive probe
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-03-24 09:51:16 +01:00
dependabot[bot]
2775181a6a
build(deps-dev): bump mypy from 1.19.0 to 1.19.1 ( #2347 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.19.0 to 1.19.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.19.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-03-24 09:35:54 +01:00
dependabot[bot]
b00ef1f5dd
build(deps): bump aiodns from 3.5.0 to 4.0.0 ( #2345 )
...
Bumps [aiodns](https://github.com/saghul/aiodns ) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/saghul/aiodns/releases )
- [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog )
- [Commits](https://github.com/saghul/aiodns/compare/v3.5.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: aiodns
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-24 09:32:12 +01:00
Copilot
d3f13ac295
Fix false-positive site probe: Re-enable Taplink with message checkType ( #2326 )
...
* Initial plan
* Disable Taplink site check to fix false-positive detections
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/ef9281f4-ba67-4760-a6e2-57564ac4ea94
* Re-enable Taplink with message checkType and absenceStrs
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/db3e572e-b79b-4cec-ac7f-062e76144660
* Improve Taplink absenceStrs: add Russian variant and presenseStrs
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/28e24317-e8b9-45f6-bad5-0e549b891313
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-23 21:36:36 +01:00
github-actions[bot]
479a614d1d
Automated Sites List Update ( #2339 )
...
* Updated site list and statistics
* Rebase: merge origin/main into auto/update-sites-list (#2340 )
* Updated site list and statistics (#2315 )
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
* Initial plan
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
---------
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-23 21:36:09 +01:00
github-actions[bot]
e0559e4320
Updated site list and statistics ( #2315 )
...
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
2026-03-23 20:20:53 +01:00
Copilot
00a9249229
[WIP] Fix invalid link on forums.imore.com ( #2337 )
...
* Initial plan
* Remove dead forums.imore.com site from database
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/c83530d0-d24f-45fc-aca3-ae1e46ece33c
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-23 20:20:28 +01:00
Copilot
005863c2e0
Fix Setlist site check: switch to message checkType with proper markers ( #2333 )
...
* Initial plan
* Disable Setlist site check due to false positives (soft 404)
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/8c552ca6-51e5-4e79-a791-ddd6f27d2461
* Fix Setlist check: switch to message checkType with proper markers
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/3c387df6-1dfe-451f-96d8-b4b6455f7857
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-23 20:18:33 +01:00
Copilot
e3aada6aef
Fix RoyalCams site check using BongaCams white-label pattern ( #2334 )
...
* Initial plan
* Disable RoyalCams site check to fix false-positive probe
The Telegram Maigret bot auto-probe reported CLAIMED for three random
usernames. The status_code checkType is unreliable as the site returns
200 for non-existent user profiles (soft 404). Disabling the site check
until a reliable detection method can be established.
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/05b3d513-fe15-477d-a455-0c9ddf0b8b51
* Fix RoyalCams: switch to message checkType using BongaCams white-label pattern
RoyalCams runs on the BongaCams platform. Applied the same fix pattern:
- Switch from status_code to message checkType
- Use Portuguese locale (pt.royalcams.com) as urlProbe
- absenceStrs matches generic title on non-existent profiles
- presenseStrs matches Portuguese profile title for existing users
- Add browser-like headers matching BongaCams config
- Remove disabled flag
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/2f6a9523-278a-4992-ba7c-c320de14bfa4
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-23 20:16:45 +01:00
Copilot
9b35fc1ab0
[WIP] Fix false-positive probe for vegalab site ( #2336 )
...
* Initial plan
* Disable vegalab site check: domain is dead (DNS does not resolve), causing false positives
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/98430e81-5dcb-4cb3-9aaa-f8c5ce86d026
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-23 20:09:46 +01:00
Copilot
146bc0481b
Disable forums.stevehoffman.tv due to false positives ( #2331 )
...
* Initial plan
* Disable forums.stevehoffman.tv to fix false-positive site probe
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/39fea4a9-ec6d-4a12-b34b-1a3486d647e4
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-23 20:08:15 +01:00
Copilot
5930a3022e
Disable false-positive site probe: amateurvoyeurforum.com ( #2332 )
...
* Initial plan
* Disable amateurvoyeurforum.com site check to fix false positives
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/e7fcad2b-4511-4e6d-b186-411951170e0a
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-23 20:07:42 +01:00
dependabot[bot]
b4482e0ba4
build(deps): bump aiohttp-socks from 0.10.1 to 0.11.0 ( #2319 )
...
Bumps [aiohttp-socks](https://github.com/romis2012/aiohttp-socks ) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/romis2012/aiohttp-socks/releases )
- [Commits](https://github.com/romis2012/aiohttp-socks/compare/v0.10.1...v0.11.0 )
---
updated-dependencies:
- dependency-name: aiohttp-socks
dependency-version: 0.11.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-03-23 12:16:47 +01:00
dependabot[bot]
2c55501bc2
build(deps-dev): bump pytest-cov from 7.0.0 to 7.1.0 ( #2320 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 7.0.0 to 7.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 7.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-03-23 12:15:36 +01:00
dependabot[bot]
3ba07591a1
build(deps-dev): bump coverage from 7.12.0 to 7.13.5 ( #2321 )
...
Bumps [coverage](https://github.com/coveragepy/coveragepy ) from 7.12.0 to 7.13.5.
- [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.12.0...7.13.5 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.13.5
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-03-23 12:14:31 +01:00
dependabot[bot]
a2d4373b68
build(deps): bump reportlab from 4.4.5 to 4.4.10 ( #2323 )
...
Bumps [reportlab](https://www.reportlab.com/ ) from 4.4.5 to 4.4.10.
---
updated-dependencies:
- dependency-name: reportlab
dependency-version: 4.4.10
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-03-23 12:14:18 +01:00
Copilot
b960acec10
Pin requests-toolbelt>=1.0.0 to fix urllib3 v2 incompatibility ( #2316 )
...
* Initial plan
* Add requests-toolbelt ^1.0.0 as explicit dependency to fix urllib3 v2 appengine ImportError
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/458d41b2-c135-4b51-b0b1-b1832490c808
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-22 23:53:20 +01:00
Copilot
b1a211c3cd
Disable forums.developer.nvidia.com (auth-gated user profiles) ( #2305 )
...
* Initial plan
* disable forums.developer.nvidia.com due to auth-locked user pages
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/b8f41f15-8588-4aac-a443-af5e2aaa1918
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-22 22:43:51 +01:00
Copilot
56d0c9f2f1
Remove dead site xxxforum.org ( #2310 )
...
* Initial plan
* Remove broken site xxxforum.org from data.json and sites.md
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/bfbd3aa8-bfb1-480a-b2e7-a2c40fc69def
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-22 22:43:21 +01:00
Copilot
01049b730d
Fix Love.Mail.ru: update to numeric-only identifiers and new profile URL ( #2307 )
...
* Initial plan
* fix: update Love.Mail.ru to use numeric-only identifiers (#1264 )
- Add regexCheck to enforce numeric-only IDs (^\d+$)
- Update usernameClaimed/usernameUnclaimed to numeric values
- Site remains disabled pending live verification
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/6de16097-6bc1-424a-beb1-1d2ec6b99944
* fix: update Love.Mail.ru URL to /profile/ path, enable check with verified ID
Use maintainer-provided working link https://love.mail.ru/profile/1838153357 .
- Change URL pattern from /ru/{username} to /profile/{username}
- Set usernameClaimed to 1838153357
- Remove disabled flag to enable the check
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/ac07d38e-46e2-42d3-9e93-eda3e5cfbcc3
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-22 22:42:59 +01:00
github-actions[bot]
2c2d3409e2
Updated site list and statistics ( #2314 )
...
Co-authored-by: soxoj <soxoj@users.noreply.github.com >
2026-03-22 22:42:50 +01:00
Soxoj
e81b50ef61
Update site data workflow fix: remove ambiguous main tag ( #2313 )
...
* feat(workflow): fix update site data workflow err
* feat(workflow): the final update side data workflow fix (hopefully)
2026-03-22 22:37:48 +01:00
Soxoj
9ac0a65914
feat(workflow): fix update site data workflow err ( #2312 )
2026-03-22 22:31:55 +01:00
Copilot
4f397fed1c
Re-enable taplink.cc with browser User-Agent to bypass Cloudflare ( #2308 )
...
* Initial plan
* fix(taplink): re-enable taplink.cc with browser User-Agent header to bypass Cloudflare
Remove disabled flag and add a Chrome User-Agent header to help
bypass Cloudflare bot detection for taplink.cc profile checks.
If Cloudflare still blocks requests, maigret's built-in error
detection will gracefully mark results as UNKNOWN.
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/271904b6-e358-4aeb-b503-21c9b91186d9
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-22 22:10:44 +01:00
Soxoj
a17e0c7a13
feat(workflow): fix update site data workflow dependency ( #2306 )
2026-03-22 21:34:30 +01:00
dependabot[bot]
e84e394e6f
Bump svglib from 1.5.1 to 1.6.0 ( #2205 )
...
* Bump svglib from 1.5.1 to 1.6.0
Bumps [svglib](https://github.com/deeplook/svglib ) from 1.5.1 to 1.6.0.
- [Changelog](https://github.com/deeplook/svglib/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/deeplook/svglib/commits )
---
updated-dependencies:
- dependency-name: svglib
dependency-version: 1.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add libcairo2-dev to CI workflow for svglib 1.6.0 compatibility (#2304 )
* Initial plan
* Add libcairo2-dev system dependency install step to test workflow
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/3ecab70e-d4a3-4e74-9245-bffc58d6d0a3
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2026-03-22 21:06:10 +01:00
Soxoj
b8ada1c818
Update sites list workflow ( #2303 )
2026-03-22 20:59:37 +01:00
Soxoj
959b2be136
feat(sites): fix false positives: disable 74 broken sites, fix 8 with API probes and better markers ( #2302 )
...
- Disable 74 sites: Cloudflare/captcha blocks, identical responses,
dead domains, vBulletin/phpBB engine failures
- Fix Roblox, Salon24.pl, Planetaexcel → status_code (clear 404 signal)
- Fix en.brickimedia.org → message with "noarticletext" absenceStr
- Fix Arduino → narrower title-based presenseStrs/absenceStrs
- Re-enable Fandom (3 wikis) via MediaWiki api.php urlProbe
- Re-enable Substack via /api/v1/user/{}/public_profile urlProbe
- Re-enable hashnode via GraphQL GET urlProbe (URL-encoded query)
- Document lessons: engine template drift, search-by-author fragility,
always-200 sites, TLS degradation, API bypassing Cloudflare,
GraphQL GET support, URL-encoding for template safety
2026-03-22 20:47:51 +01:00
Soxoj
97cc4b46d9
Improve site-check quality: fix broken site configs, add diagnostic utilities, and make self-check report-only by default with opt-in auto-disable. ( #2301 )
...
- Fix VK and TradingView checkType; add Reddit and Microsoft Learn API-style probes where appropriate; adjust or disable entries that are unreliable under anti-bot protection.
- Self-check: stop aggressive auto-disable; default to reporting issues only; add --auto-disable and --diagnose for optional fixes and deeper output.
- Tooling: add utils/site_check.py and utils/check_top_n.py (and related helpers) to inspect and rank site behavior against the top-N list
- Scope: aligns with fixing top-traffic / high-impact sites and making diagnostics repeatable without silently flipping disabled flags
2026-03-22 16:48:35 +01:00
Soxoj
f3b741d283
Update Telegram bot link in README ( #2300 )
2026-03-22 12:23:35 +01:00
dependabot[bot]
33620853a1
Bump certifi from 2025.10.5 to 2025.11.12 ( #2249 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.10.5 to 2025.11.12.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.11.12
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-03-22 12:21:32 +01:00
dependabot[bot]
19ed03a94d
build(deps): bump werkzeug from 3.1.4 to 3.1.6 ( #2288 )
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/3.1.4...3.1.6 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-version: 3.1.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-22 12:20:42 +01:00
dependabot[bot]
35372446e0
Bump reportlab from 4.4.4 to 4.4.5 ( #2251 )
...
Bumps [reportlab](https://www.reportlab.com/ ) from 4.4.4 to 4.4.5.
---
updated-dependencies:
- dependency-name: reportlab
dependency-version: 4.4.5
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-03-22 12:19:43 +01:00
dependabot[bot]
519bb46db6
build(deps): bump flask from 3.1.2 to 3.1.3 ( #2289 )
...
Bumps [flask](https://github.com/pallets/flask ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/3.1.2...3.1.3 )
---
updated-dependencies:
- dependency-name: flask
dependency-version: 3.1.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-22 12:19:21 +01:00
Soxoj
227a25bfa1
Twitter fixed, mirrors mechanism improvement ( #2299 )
2026-03-22 01:14:17 +01:00
Soxoj
5da4e78092
Pyinstaller GitHub workflow fix ( #2298 )
2026-03-22 00:59:17 +01:00
Soxoj
e4d6b064df
Update Telegram bot link in README ( #2293 )
2026-03-21 23:49:45 +01:00
Soxoj
f99091f5f7
Fixed false positives in top-500 ( #2292 )
2026-03-21 23:35:59 +01:00
Soxoj
f26976f1dd
Dockerfile fix ( #2290 )
2026-03-21 20:02:35 +01:00
dependabot[bot]
83ae9c0133
Bump pypdf from 6.4.0 to 6.9.1 ( #2281 )
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 6.4.0 to 6.9.1.
- [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.4.0...6.9.1 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.9.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-03-21 18:09:10 +01:00
dependabot[bot]
93c4fdeba9
Bump cryptography from 44.0.1 to 46.0.5 ( #2270 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 44.0.1 to 46.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-21 18:08:57 +01:00
dependabot[bot]
6ec3c47769
Bump black from 25.11.0 to 26.3.1 ( #2280 )
...
Bumps [black](https://github.com/psf/black ) from 25.11.0 to 26.3.1.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/25.11.0...26.3.1 )
---
updated-dependencies:
- dependency-name: black
dependency-version: 26.3.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-21 18:08:45 +01:00
dependabot[bot]
3dc3fe9371
Bump pillow from 11.0.0 to 12.1.1 ( #2271 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.0.0 to 12.1.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.0.0...12.1.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 12.1.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-03-21 18:08:18 +01:00
dependabot[bot]
ebf8227bf1
Bump urllib3 from 2.5.0 to 2.6.3 ( #2262 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.5.0 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.3 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-21 18:07:51 +01:00
Tang Vu
5b7b28e683
refactor: unexpanded tilde in file path ( #2283 )
...
The path `'~/.maigret/settings.json'` uses a tilde (`~`) which is not automatically expanded by Python's `open()` function. This will cause the settings file in the user's home directory to be silently ignored (caught by `FileNotFoundError`) because Python will look for a literal directory named `~` in the current working directory.
Affected files: settings.py
2026-03-21 18:07:23 +01:00
Tang Vu
0e95e2e3cc
refactor: missing tests for settings cascade and override logic ( #2287 )
...
The `Settings.load()` method iterates through multiple configuration file paths and updates the internal `__dict__`, intending to override earlier default settings with later user-specific ones. This cascading logic is a core configuration feature but lacks explicit tests to guarantee that dictionary merging and overriding behave exactly as documented (e.g., ensuring a setting in `~/.maigret/settings.json` correctly overrides `resources/settings.json` without wiping out other keys).
Affected files: test_settings.py
2026-03-21 18:06:54 +01:00
Tang Vu
4cd1fccaa3
♻️ Refactor: Hardcoded relative path for database file ( #2285 )
...
* refactor: hardcoded relative path for database file
`app.config['MAIGRET_DB_FILE']` is set to a hardcoded relative path `os.path.join('maigret', 'resources', 'data.json')`. If the Flask application is executed from a different working directory (other than the repository root), it will fail to find the database file and crash.
Affected files: app.py, settings.py
* refactor: hardcoded relative path for database file
`app.config['MAIGRET_DB_FILE']` is set to a hardcoded relative path `os.path.join('maigret', 'resources', 'data.json')`. If the Flask application is executed from a different working directory (other than the repository root), it will fail to find the database file and crash.
Affected files: app.py, settings.py
2026-03-21 18:06:36 +01:00
Olivier Cervello
7ee1872dbc
Update poetry.lock to match pyproject.toml changes
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 11:06:54 +01:00
Olivier Cervello
5130206b98
Bump lxml minimum to 6.0.2 for Python 3.14 compatibility
...
lxml 5.x fails to build on Python 3.14 due to incompatible pointer
types in Cython-generated C code. lxml 6.0.2 compiles correctly.
Fixes #2266
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 11:04:57 +01:00
dependabot[bot]
83a9dafe55
Bump mypy from 1.18.2 to 1.19.0 ( #2250 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.18.2 to 1.19.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.19.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-02-06 21:13:28 +01:00
dependabot[bot]
b4147d2cd3
Bump pytest from 8.4.2 to 9.0.1 ( #2244 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.2 to 9.0.1.
- [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/8.4.2...9.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-06 21:13:15 +01:00
dependabot[bot]
aa591da913
Bump aiohttp from 3.13.2 to 3.13.3 ( #2261 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-06 21:12:22 +01:00
dependabot[bot]
2d4d3ba0cc
Bump pytest-asyncio from 1.2.0 to 1.3.0 ( #2242 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-version: 1.3.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>
2025-12-02 14:16:48 +01:00
dependabot[bot]
ec21bbe974
Bump asgiref from 3.10.0 to 3.11.0 ( #2243 )
...
Bumps [asgiref](https://github.com/django/asgiref ) from 3.10.0 to 3.11.0.
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/asgiref/compare/3.10.0...3.11.0 )
---
updated-dependencies:
- dependency-name: asgiref
dependency-version: 3.11.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>
2025-12-02 14:16:27 +01:00
dependabot[bot]
1a4190ee03
Bump pypdf from 6.1.3 to 6.4.0 ( #2245 )
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 6.1.3 to 6.4.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.1.3...6.4.0 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.4.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 14:16:14 +01:00
dependabot[bot]
fe60783a68
Bump werkzeug from 3.1.3 to 3.1.4 ( #2248 )
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/3.1.3...3.1.4 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-version: 3.1.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 14:16:04 +01:00
dependabot[bot]
8aa0fab314
Bump coverage from 7.11.0 to 7.12.0 ( #2241 )
...
Bumps [coverage](https://github.com/coveragepy/coveragepy ) from 7.11.0 to 7.12.0.
- [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.11.0...7.12.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.12.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>
2025-11-28 10:31:19 +01:00
dependabot[bot]
941a5171ae
Bump psutil from 7.1.0 to 7.1.3 ( #2240 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 7.1.0 to 7.1.3.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.1.3 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.1.3
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>
2025-11-23 21:24:11 +01:00
dependabot[bot]
9a1bd8ffdb
Bump python-bidi from 0.6.6 to 0.6.7 ( #2234 )
...
Bumps [python-bidi](https://github.com/MeirKriheli/python-bidi ) from 0.6.6 to 0.6.7.
- [Release notes](https://github.com/MeirKriheli/python-bidi/releases )
- [Changelog](https://github.com/MeirKriheli/python-bidi/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/MeirKriheli/python-bidi/compare/v0.6.6...v0.6.7 )
---
updated-dependencies:
- dependency-name: python-bidi
dependency-version: 0.6.7
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>
2025-11-23 21:24:04 +01:00
dependabot[bot]
68f586fcca
Bump black from 25.9.0 to 25.11.0 ( #2239 )
...
Bumps [black](https://github.com/psf/black ) from 25.9.0 to 25.11.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/25.9.0...25.11.0 )
---
updated-dependencies:
- dependency-name: black
dependency-version: 25.11.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>
2025-11-23 21:23:52 +01:00
dependabot[bot]
e39476c4c7
Bump pypdf from 6.0.0 to 6.1.3 ( #2233 )
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 6.0.0 to 6.1.3.
- [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.0.0...6.1.3 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.1.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-23 21:23:40 +01:00
dependabot[bot]
6a7f778c80
Bump aiohttp from 3.13.0 to 3.13.2 ( #2237 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.2
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>
2025-11-07 12:17:34 +01:00
dependabot[bot]
7679f98e58
Bump attrs from 25.3.0 to 25.4.0 ( #2226 )
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 25.3.0 to 25.4.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-version: 25.4.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>
2025-10-20 15:41:42 +07:00
dependabot[bot]
c6dbc09ba5
Bump pytest-rerunfailures from 16.0.1 to 16.1 ( #2229 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 16.0.1 to 16.1.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.0.1...16.1 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-version: '16.1'
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>
2025-10-20 15:41:30 +07:00
dependabot[bot]
b8352c3406
Bump certifi from 2025.8.3 to 2025.10.5 ( #2228 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.8.3 to 2025.10.5.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.08.03...2025.10.05 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.10.5
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>
2025-10-20 15:41:18 +07:00
dependabot[bot]
8a02ad5ed7
Bump coverage from 7.10.7 to 7.11.0 ( #2230 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.7 to 7.11.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.7...7.11.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.11.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>
2025-10-20 15:41:07 +07:00
dependabot[bot]
8fda5776c6
Bump aiohttp from 3.12.15 to 3.13.0 ( #2225 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.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>
2025-10-14 19:55:53 +02:00
dependabot[bot]
2347bd2f7d
Bump idna from 3.10 to 3.11 ( #2227 )
...
Bumps [idna](https://github.com/kjd/idna ) from 3.10 to 3.11.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.11'
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>
2025-10-14 19:55:44 +02:00
dependabot[bot]
229472f323
Bump multidict from 6.6.4 to 6.7.0 ( #2224 )
...
Bumps [multidict](https://github.com/aio-libs/multidict ) from 6.6.4 to 6.7.0.
- [Release notes](https://github.com/aio-libs/multidict/releases )
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/multidict/compare/v6.6.4...v6.7.0 )
---
updated-dependencies:
- dependency-name: multidict
dependency-version: 6.7.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>
2025-10-13 10:06:54 +02:00
dependabot[bot]
6acc22dd69
Bump markupsafe from 3.0.2 to 3.0.3 ( #2209 )
...
Bumps [markupsafe](https://github.com/pallets/markupsafe ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets/markupsafe/releases )
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/markupsafe/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: markupsafe
dependency-version: 3.0.3
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>
2025-10-10 11:37:12 +02:00
dependabot[bot]
8af07b3889
Bump yarl from 1.20.1 to 1.22.0 ( #2221 )
...
---
updated-dependencies:
- dependency-name: yarl
dependency-version: 1.22.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>
2025-10-10 11:37:02 +02:00
dependabot[bot]
e9df40bdce
Bump asgiref from 3.9.2 to 3.10.0 ( #2220 )
...
Bumps [asgiref](https://github.com/django/asgiref ) from 3.9.2 to 3.10.0.
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/asgiref/compare/3.9.2...3.10.0 )
---
updated-dependencies:
- dependency-name: asgiref
dependency-version: 3.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>
2025-10-10 11:36:53 +02:00
dependabot[bot]
d5bef9e3ac
Bump platformdirs from 4.4.0 to 4.5.0 ( #2223 )
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/tox-dev/platformdirs/releases )
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst )
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.4.0...4.5.0 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.5.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>
2025-10-10 11:36:44 +02:00
dependabot[bot]
25121754bd
Bump lxml from 6.0.1 to 6.0.2 ( #2208 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.1...lxml-6.0.2 )
---
updated-dependencies:
- dependency-name: lxml
dependency-version: 6.0.2
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>
2025-10-08 09:57:59 +02:00
dependabot[bot]
198c11b8d4
Bump asgiref from 3.9.1 to 3.9.2 ( #2204 )
...
Bumps [asgiref](https://github.com/django/asgiref ) from 3.9.1 to 3.9.2.
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/asgiref/compare/3.9.1...3.9.2 )
---
updated-dependencies:
- dependency-name: asgiref
dependency-version: 3.9.2
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>
2025-10-01 13:32:28 +02:00
dependabot[bot]
bf9bc5a518
Bump psutil from 7.0.0 to 7.1.0 ( #2201 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 7.0.0 to 7.1.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.0 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.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>
2025-10-01 13:32:21 +02:00
dependabot[bot]
41e246f6a6
Bump coverage from 7.10.6 to 7.10.7 ( #2207 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.6 to 7.10.7.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.6...7.10.7 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.7
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>
2025-10-01 13:32:13 +02:00
dependabot[bot]
9f58fb27ad
Bump reportlab from 4.4.3 to 4.4.4 ( #2206 )
...
Bumps [reportlab](https://www.reportlab.com/ ) from 4.4.3 to 4.4.4.
---
updated-dependencies:
- dependency-name: reportlab
dependency-version: 4.4.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>
2025-10-01 13:32:04 +02:00
dependabot[bot]
b344a5d98a
Bump pyinstaller from 6.15.0 to 6.16.0 ( #2199 )
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.15.0 to 6.16.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.15.0...v6.16.0 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-version: 6.16.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>
2025-09-25 11:10:36 +03:00
dependabot[bot]
d8b26181f1
Bump pytest-asyncio from 1.1.0 to 1.2.0 ( #2200 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-version: 1.2.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>
2025-09-25 11:10:27 +03:00
dependabot[bot]
a60d96c7f2
Bump mypy from 1.18.1 to 1.18.2 ( #2202 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.18.1 to 1.18.2.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.18.1...v1.18.2 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.18.2
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>
2025-09-25 11:10:22 +03:00
dependabot[bot]
a3159b213b
Bump black from 25.1.0 to 25.9.0 ( #2203 )
...
Bumps [black](https://github.com/psf/black ) from 25.1.0 to 25.9.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/25.1.0...25.9.0 )
---
updated-dependencies:
- dependency-name: black
dependency-version: 25.9.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>
2025-09-25 11:10:06 +03:00
dependabot[bot]
123ead4c03
Bump mypy from 1.17.1 to 1.18.1 ( #2197 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.17.1 to 1.18.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.18.1
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>
2025-09-14 10:38:16 +02:00
dependabot[bot]
cd7571ef57
Bump pytest-cov from 6.3.0 to 7.0.0 ( #2196 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 6.3.0 to 7.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.3.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-10 13:28:44 +02:00
dependabot[bot]
d922f9be25
Bump pytest-cov from 6.2.1 to 6.3.0 ( #2195 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 6.2.1 to 6.3.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v6.3.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 6.3.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>
2025-09-08 10:06:55 +02:00
dependabot[bot]
3b20b36609
Bump pytest from 8.4.1 to 8.4.2 ( #2194 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.1 to 8.4.2.
- [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/8.4.1...8.4.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.2
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>
2025-09-05 11:59:27 +02:00
dependabot[bot]
ba86981cf4
Bump pytest-rerunfailures from 15.1 to 16.0.1 ( #2193 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 15.1 to 16.0.1.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/15.1...16.0.1 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-version: 16.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-04 20:26:34 +02:00
dependabot[bot]
561ced647f
Bump pytest-rerunfailures from 15.1 to 16.0 ( #2191 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 15.1 to 16.0.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/15.1...16.0 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-version: '16.0'
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 11:19:28 +02:00
dependabot[bot]
7be3ee8240
Bump coverage from 7.10.5 to 7.10.6 ( #2192 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.5 to 7.10.6.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.5...7.10.6 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.6
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>
2025-09-02 11:19:14 +02:00
Soxoj
48ca13dc4d
Make web interface accessible for Docker deployment by default ( #2189 )
2025-08-31 16:14:42 +02:00
dependabot[bot]
7f94e86259
Bump platformdirs from 4.3.8 to 4.4.0 ( #2184 )
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.3.8 to 4.4.0.
- [Release notes](https://github.com/tox-dev/platformdirs/releases )
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst )
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.8...4.4.0 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.4.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>
2025-08-29 15:20:31 +02:00
dependabot[bot]
c2ed1af4b4
Bump python-bidi from 0.6.3 to 0.6.6 ( #2183 )
...
Bumps [python-bidi](https://github.com/MeirKriheli/python-bidi ) from 0.6.3 to 0.6.6.
- [Release notes](https://github.com/MeirKriheli/python-bidi/releases )
- [Changelog](https://github.com/MeirKriheli/python-bidi/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/MeirKriheli/python-bidi/compare/v0.6.3...v0.6.6 )
---
updated-dependencies:
- dependency-name: python-bidi
dependency-version: 0.6.6
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>
2025-08-29 15:20:23 +02:00
dependabot[bot]
648ba6e64c
Bump typing-extensions from 4.14.1 to 4.15.0 ( #2182 )
...
Bumps [typing-extensions](https://github.com/python/typing_extensions ) from 4.14.1 to 4.15.0.
- [Release notes](https://github.com/python/typing_extensions/releases )
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python/typing_extensions/compare/4.14.1...4.15.0 )
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-version: 4.15.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>
2025-08-29 15:20:15 +02:00
dependabot[bot]
56815d8368
Bump soupsieve from 2.7 to 2.8 ( #2185 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 2.7 to 2.8.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.7...2.8 )
---
updated-dependencies:
- dependency-name: soupsieve
dependency-version: '2.8'
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>
2025-08-29 15:20:05 +02:00
dependabot[bot]
b178e97d90
Bump multidict from 6.6.3 to 6.6.4 ( #2177 )
...
Bumps [multidict](https://github.com/aio-libs/multidict ) from 6.6.3 to 6.6.4.
- [Release notes](https://github.com/aio-libs/multidict/releases )
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/multidict/compare/v6.6.3...v6.6.4 )
---
updated-dependencies:
- dependency-name: multidict
dependency-version: 6.6.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>
2025-08-27 00:40:35 +02:00
dependabot[bot]
a764198c2c
Bump lxml from 6.0.0 to 6.0.1 ( #2178 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.0...lxml-6.0.1 )
---
updated-dependencies:
- dependency-name: lxml
dependency-version: 6.0.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>
2025-08-27 00:40:24 +02:00
dependabot[bot]
2c4684e4a9
Bump psutil from 6.1.1 to 7.0.0 ( #2179 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 6.1.1 to 7.0.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.1...release-7.0.0 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-27 00:40:15 +02:00
dependabot[bot]
8713e1a63e
Bump coverage from 7.10.3 to 7.10.5 ( #2180 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.3 to 7.10.5.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.3...7.10.5 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.5
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>
2025-08-27 00:40:08 +02:00
dependabot[bot]
55adc70d10
Bump aiohttp from 3.12.14 to 3.12.15 ( #2181 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.12.15
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>
2025-08-27 00:39:59 +02:00
dependabot[bot]
53fc83dbce
Bump flake8 from 7.1.1 to 7.3.0 ( #2171 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 7.1.1 to 7.3.0.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.3.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-version: 7.3.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>
2025-08-22 21:15:03 +02:00
dependabot[bot]
e8bd00f013
Bump pytest from 8.3.4 to 8.4.1 ( #2172 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.4 to 8.4.1.
- [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/8.3.4...8.4.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.1
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>
2025-08-22 21:14:55 +02:00
dependabot[bot]
a0ba853e64
Bump mypy from 1.14.1 to 1.17.1 ( #2173 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.14.1 to 1.17.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.17.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.17.1
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>
2025-08-22 21:14:48 +02:00
dependabot[bot]
54b4c7d2ab
Bump pyinstaller from 6.11.1 to 6.15.0 ( #2174 )
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.11.1 to 6.15.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.11.1...v6.15.0 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-version: 6.15.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>
2025-08-22 21:14:35 +02:00
dependabot[bot]
8791bca866
Bump flask from 3.1.1 to 3.1.2 ( #2175 )
...
Bumps [flask](https://github.com/pallets/flask ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/3.1.1...3.1.2 )
---
updated-dependencies:
- dependency-name: flask
dependency-version: 3.1.2
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>
2025-08-22 21:14:24 +02:00
Soxoj
fb26ccd1f6
Disabled some sites giving false positive results ( #2170 )
2025-08-22 03:10:47 +02:00
dependabot[bot]
c22abdb834
Bump certifi from 2025.6.15 to 2025.8.3 ( #2147 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.6.15 to 2025.8.3.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.06.15...2025.08.03 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.8.3
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>
2025-08-21 16:27:10 +02:00
dependabot[bot]
0689470506
Bump alive-progress from 3.2.0 to 3.3.0 ( #2145 )
...
Bumps [alive-progress](https://github.com/rsalmei/alive-progress ) from 3.2.0 to 3.3.0.
- [Changelog](https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rsalmei/alive-progress/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: alive-progress
dependency-version: 3.3.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>
2025-08-21 16:27:02 +02:00
dependabot[bot]
410d7568b7
Bump aiodns from 3.2.0 to 3.5.0 ( #2148 )
...
Bumps [aiodns](https://github.com/saghul/aiodns ) from 3.2.0 to 3.5.0.
- [Release notes](https://github.com/saghul/aiodns/releases )
- [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog )
- [Commits](https://github.com/saghul/aiodns/compare/v3.2.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: aiodns
dependency-version: 3.5.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>
2025-08-21 10:03:57 +02:00
dependabot[bot]
7280033198
Bump lxml from 5.3.0 to 6.0.0 ( #2146 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-5.3.0...lxml-6.0.0 )
---
updated-dependencies:
- dependency-name: lxml
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-21 10:03:46 +02:00
dependabot[bot]
3c6af42916
Bump requests from 2.32.4 to 2.32.5 ( #2165 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.4 to 2.32.5.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.5
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>
2025-08-21 10:02:46 +02:00
dependabot[bot]
cdb896ba32
Bump xhtml2pdf from 0.2.16 to 0.2.17 ( #2149 )
...
Bumps [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf ) from 0.2.16 to 0.2.17.
- [Release notes](https://github.com/xhtml2pdf/xhtml2pdf/releases )
- [Commits](https://github.com/xhtml2pdf/xhtml2pdf/compare/v0.2.16...v0.2.17 )
---
updated-dependencies:
- dependency-name: xhtml2pdf
dependency-version: 0.2.17
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>
2025-08-21 09:57:49 +02:00
dependabot[bot]
6bd047fda3
Bump pytest-cov from 6.0.0 to 6.2.1 ( #2115 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 6.0.0 to 6.2.1.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 6.2.1
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>
2025-08-16 14:07:36 +02:00
dependabot[bot]
e30cf353a6
Bump pytest-asyncio from 1.0.0 to 1.1.0 ( #2114 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.0.0...v1.1.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-version: 1.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>
2025-08-16 14:03:49 +02:00
dependabot[bot]
bd9e48de7c
Bump mock from 5.1.0 to 5.2.0 ( #2116 )
...
Bumps [mock](https://github.com/testing-cabal/mock ) from 5.1.0 to 5.2.0.
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/testing-cabal/mock/compare/5.1.0...5.2.0 )
---
updated-dependencies:
- dependency-name: mock
dependency-version: 5.2.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>
2025-08-16 14:03:40 +02:00
dependabot[bot]
aec4fef8db
Bump soupsieve from 2.6 to 2.7 ( #2118 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 2.6 to 2.7.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.6...2.7 )
---
updated-dependencies:
- dependency-name: soupsieve
dependency-version: '2.7'
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>
2025-08-16 14:03:27 +02:00
dependabot[bot]
1da49bd208
Bump coverage from 7.9.2 to 7.10.3 ( #2117 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.9.2 to 7.10.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.9.2...7.10.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.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>
2025-08-16 14:03:19 +02:00
dependabot[bot]
6da39cf3d5
Bump pypdf from 5.1.0 to 6.0.0 ( #2122 )
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 5.1.0 to 6.0.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/5.1.0...6.0.0 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.0.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-16 14:03:08 +02:00
Soxoj
f869eb49ca
Updated workflows: added 3.13 to test, updated pypi upload ( #2111 )
2025-08-10 14:10:06 +02:00
Soxoj
bebadb0362
Bump to 0.5.0 ( #2108 )
2025-08-10 13:10:50 +02:00
dependabot[bot]
495eef6ad5
Bump pytest-rerunfailures from 15.0 to 15.1 ( #2030 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 15.0 to 15.1.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/15.0...15.1 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-version: '15.1'
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>
2025-08-10 12:58:35 +02:00
dependabot[bot]
e1c72bfb94
Bump multidict from 6.1.0 to 6.6.3 ( #2034 )
...
Bumps [multidict](https://github.com/aio-libs/multidict ) from 6.1.0 to 6.6.3.
- [Release notes](https://github.com/aio-libs/multidict/releases )
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/multidict/compare/v6.1.0...v6.6.3 )
---
updated-dependencies:
- dependency-name: multidict
dependency-version: 6.6.3
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>
2025-08-10 12:54:40 +02:00
dependabot[bot]
deb13c9638
Bump asgiref from 3.8.1 to 3.9.1 ( #2040 )
...
Bumps [asgiref](https://github.com/django/asgiref ) from 3.8.1 to 3.9.1.
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/asgiref/compare/3.8.1...3.9.1 )
---
updated-dependencies:
- dependency-name: asgiref
dependency-version: 3.9.1
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>
2025-08-10 12:50:12 +02:00
dependabot[bot]
1e8e1acd58
Bump reportlab from 4.2.5 to 4.4.3 ( #2063 )
...
Bumps [reportlab](https://www.reportlab.com/ ) from 4.2.5 to 4.4.3.
---
updated-dependencies:
- dependency-name: reportlab
dependency-version: 4.4.3
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>
2025-08-10 12:47:18 +02:00
Soxoj
5e88fd9ba8
Fixed test dialog_adds_site_negative ( #2107 )
2025-08-10 12:44:05 +02:00
dependabot[bot]
6bc836d6c4
Bump yarl from 1.18.3 to 1.20.1 ( #2032 )
...
Bumps [yarl](https://github.com/aio-libs/yarl ) from 1.18.3 to 1.20.1.
- [Release notes](https://github.com/aio-libs/yarl/releases )
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/yarl/commits )
---
updated-dependencies:
- dependency-name: yarl
dependency-version: 1.20.1
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>
2025-08-10 12:29:46 +02:00
dependabot[bot]
080611c8b9
Bump aiohttp from 3.11.11 to 3.12.14 ( #2041 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.11.11 to 3.12.14.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.11...v3.12.14 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.12.14
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>
2025-07-18 18:15:14 +02:00
dependabot[bot]
c3cf589aed
Bump coverage from 7.6.10 to 7.9.2 ( #2039 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.10 to 7.9.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.10...7.9.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.9.2
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>
2025-07-15 09:39:52 +02:00
dependabot[bot]
e01d5caae1
Bump platformdirs from 4.3.6 to 4.3.8 ( #2033 )
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.3.6 to 4.3.8.
- [Release notes](https://github.com/tox-dev/platformdirs/releases )
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst )
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.6...4.3.8 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.3.8
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>
2025-07-13 16:19:40 +02:00
MR-VL
d90d8a8ac9
Disable AskFM ( #2037 )
2025-07-13 16:16:49 +02:00
dependabot[bot]
c3ce8a200b
Bump typing-extensions from 4.12.2 to 4.14.1 ( #2038 )
...
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-version: 4.14.1
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>
2025-07-13 16:16:16 +02:00
dependabot[bot]
65ea5ceeb1
Bump certifi from 2024.12.14 to 2025.1.31 ( #2004 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.12.14 to 2025.1.31.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 23:52:07 +02:00
dependabot[bot]
bca1d4bfd8
Bump attrs from 24.3.0 to 25.3.0 ( #2014 )
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 24.3.0 to 25.3.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 23:46:19 +02:00
Darlyson Rangel
c9e38632ca
Disable ICQ site ( #1993 )
2025-06-28 23:46:09 +02:00
dependabot[bot]
5f8ce2da98
Bump urllib3 from 2.2.3 to 2.5.0 ( #2027 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.3 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.5.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.5.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 23:43:19 +02:00
dependabot[bot]
bc6f7f831d
Bump pytest-asyncio from 0.25.2 to 0.26.0 ( #2016 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.25.2 to 0.26.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.2...v0.26.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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>
2025-06-28 23:43:08 +02:00
dependabot[bot]
f95c71d009
Bump pycares from 4.5.0 to 4.9.0 ( #2025 )
...
Bumps [pycares](https://github.com/saghul/pycares ) from 4.5.0 to 4.9.0.
- [Release notes](https://github.com/saghul/pycares/releases )
- [Changelog](https://github.com/saghul/pycares/blob/master/ChangeLog )
- [Commits](https://github.com/saghul/pycares/compare/v4.5.0...v4.9.0 )
---
updated-dependencies:
- dependency-name: pycares
dependency-version: 4.9.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 23:39:52 +02:00
dependabot[bot]
974c93f327
Bump requests from 2.32.3 to 2.32.4 ( #2026 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 23:39:39 +02:00
dependabot[bot]
ed7b65e5ed
Bump flask from 3.1.0 to 3.1.1 ( #2028 )
...
Bumps [flask](https://github.com/pallets/flask ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/3.1.0...3.1.1 )
---
updated-dependencies:
- dependency-name: flask
dependency-version: 3.1.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 23:33:49 +02:00
Pierre-Yves Lapersonne
f76ea5d738
[ #2010 ] Add 6 more websites to manage ( #2009 )
...
* feat: add `framapiaf.org` in supported web sites, add tag `mastodon` (#2010 )
Signed-off-by: Pierre-Yves Lapersonne <dev@pylapersonne.info >
* feat: add `write.as` in supported web sites, add tag `writefreely` (#2010 )
Signed-off-by: Pierre-Yves Lapersonne <dev@pylapersonne.info >
* feat: add `programming.dev` in supported web sites, add tag `lemmy` (#2010 )
Signed-off-by: Pierre-Yves Lapersonne <dev@pylapersonne.info >
* feat: add `mamot.fr` in supported web sites (#2010 )
Signed-off-by: Pierre-Yves Lapersonne <dev@pylapersonne.info >
* feat: add `pixelfed.social` in supported web sites, add tag `pixelfed` (#2010 )
Signed-off-by: Pierre-Yves Lapersonne <dev@pylapersonne.info >
* feat: add `Outgress` in supported web sites (#2010 )
Signed-off-by: Pierre-Yves Lapersonne <dev@pylapersonne.info >
* Updated the list of supported sites
---------
Signed-off-by: Pierre-Yves Lapersonne <dev@pylapersonne.info >
Co-authored-by: Soxoj <soxoj@protonmail.com >
2025-06-28 23:33:29 +02:00
dependabot[bot]
960b28d454
Bump jinja2 from 3.1.5 to 3.1.6 ( #2011 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 23:24:46 +02:00
dependabot[bot]
09eef6701a
Bump cryptography from 44.0.0 to 44.0.1 ( #2005 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 44.0.0 to 44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/44.0.0...44.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 23:24:32 +02:00
Sammy Folkhome
329ef27eff
Update Installer.bat ( #1994 )
...
Greatly improved the installer overall and fixed issue of newer versions of pip not installing packages
2025-06-28 23:23:11 +02:00
dependabot[bot]
ccb3b3bbd1
Bump black from 24.10.0 to 25.1.0 ( #2001 )
...
Bumps [black](https://github.com/psf/black ) from 24.10.0 to 25.1.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-28 23:20:13 +02:00
pykereaper
b21ac36b27
Fix usage of data.json files from web ( #2020 )
2025-06-28 23:20:02 +02:00
pykereaper
0f7aa2c456
Pass db_file configuration to web interface ( #2019 )
...
* pass db_file configuration to web interface
* Autoformatting
---------
Co-authored-by: Soxoj <soxoj@protonmail.com >
2025-06-28 23:15:56 +02:00
Soxoj
c0e60e25b8
upload-artifact action in python test workflow updated to v4 ( #2024 )
...
* upload-artifact action in python test workflow updated to v4
* Upload artifacts for all jobs
2025-06-28 23:08:56 +02:00
Ikko Eltociear Ashimine
4195a3ca21
docs: update usage-examples.rst ( #1996 )
...
inital -> initial
2025-02-18 10:50:29 +01:00
dependabot[bot]
5b3b81b482
Bump pytest-asyncio from 0.25.1 to 0.25.2 ( #1990 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.1...v0.25.2 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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>
2025-01-19 16:18:40 +01:00
dependabot[bot]
29d2c07a76
Bump mypy from 1.14.0 to 1.14.1 ( #1988 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.14.0 to 1.14.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.14.1 )
---
updated-dependencies:
- dependency-name: mypy
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>
2025-01-02 21:10:20 +05:00
dependabot[bot]
7ff2424de1
Bump pytest-asyncio from 0.25.0 to 0.25.1 ( #1989 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.0...v0.25.1 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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>
2025-01-02 21:07:27 +05:00
dependabot[bot]
fc1dd9380e
Bump coverage from 7.6.9 to 7.6.10 ( #1986 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.9 to 7.6.10.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.9...7.6.10 )
---
updated-dependencies:
- dependency-name: coverage
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>
2024-12-28 20:02:37 +01:00
dependabot[bot]
e423d72576
Bump jinja2 from 3.1.4 to 3.1.5 ( #1982 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5 )
---
updated-dependencies:
- dependency-name: jinja2
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>
2024-12-28 19:59:41 +01:00
dependabot[bot]
9bc6c3370c
Bump aiohttp-socks from 0.10.0 to 0.10.1 ( #1987 )
...
Bumps [aiohttp-socks](https://github.com/romis2012/aiohttp-socks ) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/romis2012/aiohttp-socks/releases )
- [Commits](https://github.com/romis2012/aiohttp-socks/compare/v0.10.0...v0.10.1 )
---
updated-dependencies:
- dependency-name: aiohttp-socks
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>
2024-12-28 19:56:12 +01:00
dependabot[bot]
b90cdb1981
Bump mypy from 1.13.0 to 1.14.0 ( #1983 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.13.0 to 1.14.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0 )
---
updated-dependencies:
- dependency-name: mypy
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>
2024-12-26 12:28:44 +01:00
dependabot[bot]
21b35e3798
Bump aiohttp-socks from 0.9.1 to 0.10.0 ( #1985 )
...
Bumps [aiohttp-socks](https://github.com/romis2012/aiohttp-socks ) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/romis2012/aiohttp-socks/releases )
- [Commits](https://github.com/romis2012/aiohttp-socks/compare/v0.9.1...v0.10.0 )
---
updated-dependencies:
- dependency-name: aiohttp-socks
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>
2024-12-26 11:43:41 +01:00
dependabot[bot]
b8cf91cc8b
Bump psutil from 6.1.0 to 6.1.1 ( #1980 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 6.1.0 to 6.1.1.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1 )
---
updated-dependencies:
- dependency-name: psutil
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>
2024-12-20 10:03:52 +01:00
dependabot[bot]
8d5e557720
Bump aiohttp from 3.11.10 to 3.11.11 ( #1979 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.11.10 to 3.11.11.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.10...v3.11.11 )
---
updated-dependencies:
- dependency-name: aiohttp
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>
2024-12-19 12:04:31 +01:00
Soxoj
97e5f600d0
Async generator-executor for site checks ( #1978 )
2024-12-17 22:48:11 +01:00
overcuriousity
36ce285572
make graph more meaningful ( #1977 )
...
* make graph more meaningful
if a search with multiple usernames is launched, it creates an additional site node where they both are found.
advantages:
- better recognition, that users have a connection with each other
- better detection of false positives when launching a search with two fake usernames (site node = definite false positive)
* fix Graph linking report.py
2024-12-17 16:51:19 +01:00
overcuriousity
c2e3e96cb7
Improving the web interface ( #1975 )
...
* update web interface with commandline options
* improve web interface
* update README images of web interface
* fix bug in app.py
* fix web interface
2024-12-17 16:50:49 +01:00
imgbot[bot]
900ed840b3
[ImgBot] Optimize images ( #1974 )
...
*Total -- 2,762.12kb -> 2,382.30kb (13.75%)
/static/web_interface_screenshot_start.png -- 106.23kb -> 59.10kb (44.37%)
/docs/source/maigret_screenshot.png -- 375.21kb -> 233.98kb (37.64%)
/static/web_interface_screenshot.png -- 615.65kb -> 424.23kb (31.09%)
/static/recursive_search.svg -- 1,665.02kb -> 1,664.99kb (0%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com >
2024-12-16 19:24:08 +01:00
Soxoj
c3dfe9cb4d
Small docs and parameters fixes for web interface mode ( #1973 )
2024-12-16 17:18:22 +01:00
Soxoj
4894a267d7
Added web interface docs ( #1972 )
2024-12-16 17:06:06 +01:00
dependabot[bot]
984584f87d
Bump attrs from 24.2.0 to 24.3.0 ( #1970 )
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 24.2.0 to 24.3.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
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>
2024-12-16 14:46:22 +01:00
dependabot[bot]
a96d574000
Bump certifi from 2024.8.30 to 2024.12.14 ( #1969 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.8.30 to 2024.12.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14 )
---
updated-dependencies:
- dependency-name: certifi
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>
2024-12-16 14:27:20 +01:00
overcuriousity
88d68490f3
Created web frontend launched via --web flag ( #1967 )
...
Author: overcuriousity
Co-authored-by: Soxoj <soxoj@protonmail.com >
2024-12-16 14:24:03 +01:00
Soxoj
cb01535565
Preparation of 0.5.0 alpha version ( #1966 )
2024-12-13 12:51:31 +01:00
Soxoj
c4af0a4df0
Fixed flaky tests to check cookies ( #1965 )
2024-12-13 12:37:58 +01:00
Soxoj
f113c3d21a
Merge pull request #1963 from soxoj/dependabot/pip/pytest-asyncio-0.25.0
...
Bump pytest-asyncio from 0.24.0 to 0.25.0
2024-12-13 11:25:15 +01:00
dependabot[bot]
4c7552ef88
Bump pytest-asyncio from 0.24.0 to 0.25.0
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-13 06:54:21 +00:00
Soxoj
b2283a5b04
Merge pull request #1961 from overcuriousity/main
...
fix bad linux filename generation
2024-12-12 22:07:21 +01:00
Soxoj
1ed0c61b56
Merge pull request #1962 from soxoj/site-fixes-121224
...
Site check fixes
2024-12-12 21:56:45 +01:00
Soxoj
f212bc9bc8
Site check fixes
2024-12-12 21:39:35 +01:00
overcuriousity
b8c62f95ae
fix bad linux filename generation
...
currently maigret parses urls as usernames related to gravatar. this leads to bad filenames of the output on my linux host, as the slashes cause it to try to write subfolders, causing the script to abort with the error "file does not exist".
Applied a simple fix to replace all "/" with "_" in output file generation.
2024-12-12 15:00:54 +01:00
Soxoj
2653c617f8
Merge pull request #1958 from soxoj/gravatar-pypi-fix
...
Fixed Gravatar parsing (socid_extractor)
2024-12-12 02:32:35 +01:00
Soxoj
4dd82bf4c9
Fixed Gravatar parsing (socid_extractor)
2024-12-12 02:30:29 +01:00
Soxoj
33588ff090
Merge pull request #1957 from eltociear/patch-1
...
chore: update submit.py
2024-12-12 01:08:44 +01:00
Ikko Eltociear Ashimine
f8ab484cd2
chore: update submit.py
...
futher -> further
2024-12-11 23:23:45 +09:00
Soxoj
2c39cd0646
Merge pull request #1956 from soxoj/submit-improvements-sitefixes
...
* Fixed Vimeo, activation/probing mechanisms improvements
* Updated CNET, DailyMotion
2024-12-11 01:23:01 +01:00
Soxoj
64ae391a4a
Updated Vimeo, CNET, DailyMotion
2024-12-11 01:17:20 +01:00
Soxoj
127d9032c3
Fixed Vimeo, activation/probing mechanisms improvements
2024-12-11 00:56:00 +01:00
Soxoj
81a817a39f
Improved "submit new site" mode, added tests, fixed top-500 sites ( #1952 )
2024-12-10 18:02:43 +01:00
Soxoj
51ab988e36
Fixed ProductHunt check ( #1951 )
2024-12-09 17:06:03 +01:00
Soxoj
5517636850
Updated OP.GG checks ( #1950 )
...
* Updated OP.GG checks
* Finalized LoL, added Valorant, disabled Archive.org
2024-12-09 15:59:19 +01:00
Soxoj
2be6e02800
Update README.md ( #1949 )
2024-12-09 13:01:31 +01:00
Soxoj
4eada16b94
Added a test for submitter ( #1944 )
2024-12-08 13:35:27 +01:00
Soxoj
c66d776f8a
Refactoring, test coverage increased to 60% ( #1943 )
2024-12-08 02:13:28 +01:00
Soxoj
4b1317789d
Refactored self-check method, code formatting, small lint fixes ( #1942 )
2024-12-07 18:05:30 +01:00
Soxoj
8b7d8073d9
Fixed Linktr and discourse.mozilla.org ( #1941 )
2024-12-07 17:11:39 +01:00
Soxoj
2aa1ea39a0
Site fixes ( #1940 )
2024-12-06 14:27:38 +01:00
Soxoj
cd789ed138
Fixed Ebay and BongaCams checks ( #1939 )
2024-12-06 13:32:51 +01:00
Soxoj
5641456ba0
Weibo site check fix, activation mechanism added ( #1938 )
2024-12-06 11:31:20 +01:00
dependabot[bot]
29c1f56fcb
Bump aiohttp from 3.11.9 to 3.11.10 ( #1937 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.11.9 to 3.11.10.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.9...v3.11.10 )
---
updated-dependencies:
- dependency-name: aiohttp
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>
2024-12-06 11:31:09 +01:00
Soxoj
f4edab8946
Readme/docs update based on GH discussions ( #1936 )
2024-12-06 01:54:26 +01:00
Soxoj
f04de78682
Activation mechanism documentation added ( #1935 )
...
Few site checks fixed
2024-12-06 01:35:19 +01:00
dependabot[bot]
260b80c2f1
Bump six from 1.16.0 to 1.17.0 ( #1933 )
...
Bumps [six](https://github.com/benjaminp/six ) from 1.16.0 to 1.17.0.
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES )
- [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0 )
---
updated-dependencies:
- dependency-name: six
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>
2024-12-05 15:14:25 +01:00
Soxoj
cb9f01c106
Fixed Figma check ( #1932 )
...
Fixed cookies bug
Improved self-check mode: don't disable sites because of check errors
2024-12-04 19:21:27 +01:00
Soxoj
e701c881a1
Documentation update ( #1931 )
2024-12-04 16:58:56 +01:00
Soxoj
d78aa02833
Updated workflow ( #1930 )
2024-12-04 15:52:27 +01:00
Soxoj
4e54a9b496
Put Windows executable in Releases for each dev and main commit ( #1929 )
2024-12-04 15:27:28 +01:00
Soxoj
1cb25946dd
Disabled Figma check ( #1928 )
2024-12-04 00:27:55 +01:00
Soxoj
e982be4109
Installation docs update ( #1927 )
2024-12-03 20:23:49 +01:00
dependabot[bot]
1a8bbe7ff8
Bump pywin32-ctypes from 0.2.1 to 0.2.3 ( #1924 )
...
Bumps [pywin32-ctypes](https://github.com/enthought/pywin32-ctypes ) from 0.2.1 to 0.2.3.
- [Release notes](https://github.com/enthought/pywin32-ctypes/releases )
- [Changelog](https://github.com/enthought/pywin32-ctypes/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/enthought/pywin32-ctypes/compare/v0.2.1...v0.2.3 )
---
updated-dependencies:
- dependency-name: pywin32-ctypes
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>
2024-12-03 19:53:22 +01:00
dependabot[bot]
0ec9fc9027
Bump mock from 4.0.3 to 5.1.0 ( #1921 )
...
Bumps [mock](https://github.com/testing-cabal/mock ) from 4.0.3 to 5.1.0.
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/testing-cabal/mock/compare/4.0.3...5.1.0 )
---
updated-dependencies:
- dependency-name: mock
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 19:50:58 +01:00
Soxoj
07a7a474f8
Documentation update ( #1926 )
2024-12-03 17:25:17 +01:00
dependabot[bot]
ce84f8d046
Bump pytest-asyncio from 0.23.8 to 0.24.0 ( #1925 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.23.8 to 0.24.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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>
2024-12-03 16:50:26 +01:00
dependabot[bot]
82f494495c
Bump yarl from 1.18.0 to 1.18.3 ( #1922 )
...
---
updated-dependencies:
- dependency-name: yarl
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>
2024-12-02 19:53:09 +01:00
dependabot[bot]
779ec87659
Bump pytest from 7.4.4 to 8.3.4 ( #1923 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.4.4 to 8.3.4.
- [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/7.4.4...8.3.4 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 19:00:41 +01:00
dependabot[bot]
d5d4242015
Bump aiohttp from 3.11.8 to 3.11.9 ( #1920 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.11.8 to 3.11.9.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.8...v3.11.9 )
---
updated-dependencies:
- dependency-name: aiohttp
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>
2024-12-02 18:14:07 +01:00
Soxoj
2f93963a0a
Refactored sites module, updated documentation ( #1918 )
2024-12-01 11:41:41 +01:00
Soxoj
5073ceff13
Update README.md ( #1919 )
2024-12-01 11:40:02 +01:00
Soxoj
d15e12750b
Sites fixes ( #1917 )
...
* Some sites fixes
* Sites stats updated
2024-12-01 03:19:36 +01:00
dependabot[bot]
0c7e3898e8
Bump attrs from 22.2.0 to 24.2.0 ( #1913 )
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 22.2.0 to 24.2.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-30 16:23:19 +01:00
dependabot[bot]
03089613dc
Bump pytest-rerunfailures from 12.0 to 15.0 ( #1911 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 12.0 to 15.0.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/12.0...15.0 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 17:09:48 +01:00
Soxoj
21a8459b18
An recursive search animation in README has been updated ( #1915 )
2024-11-29 15:15:52 +01:00
dependabot[bot]
7f1f349300
Bump async-timeout from 4.0.3 to 5.0.1 ( #1909 )
...
Bumps [async-timeout](https://github.com/aio-libs/async-timeout ) from 4.0.3 to 5.0.1.
- [Release notes](https://github.com/aio-libs/async-timeout/releases )
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.3...v5.0.1 )
---
updated-dependencies:
- dependency-name: async-timeout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 14:09:39 +01:00
dependabot[bot]
258f30ec5c
Bump aiohttp from 3.11.7 to 3.11.8 ( #1912 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.11.7 to 3.11.8.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.7...v3.11.8 )
---
updated-dependencies:
- dependency-name: aiohttp
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>
2024-11-29 13:18:53 +01:00
Soxoj
e96d09dee7
Permutator output and documentation updates ( #1914 )
2024-11-29 13:15:03 +01:00
dependabot[bot]
ff06029253
Bump alive-progress from 2.4.1 to 3.2.0 ( #1910 )
...
Bumps [alive-progress](https://github.com/rsalmei/alive-progress ) from 2.4.1 to 3.2.0.
- [Changelog](https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rsalmei/alive-progress/commits/v3.2.0 )
---
updated-dependencies:
- dependency-name: alive-progress
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 12:15:34 +01:00
Soxoj
15702bd9f4
Fixed dateutil parsing error for CDT timezone ( #1907 )
2024-11-29 12:02:41 +01:00
Soxoj
909a7e6a91
A new logo added ( #1906 )
...
* New cool logo
* Badges updated
* Increased the size of logo
2024-11-27 15:30:41 +01:00
Soxoj
2e2a47a12b
Close http connections ( #1595 ) ( #1905 )
2024-11-27 15:28:10 +01:00
dependabot[bot]
6170f07154
Bump pyvis from 0.2.1 to 0.3.2 ( #1893 )
...
Bumps [pyvis](https://github.com/WestHealth/pyvis ) from 0.2.1 to 0.3.2.
- [Release notes](https://github.com/WestHealth/pyvis/releases )
- [Commits](https://github.com/WestHealth/pyvis/compare/v0.2.1...v0.3.2 )
---
updated-dependencies:
- dependency-name: pyvis
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>
2024-11-27 13:47:52 +01:00
dependabot[bot]
3ad9bb59ce
Bump pytest-cov from 4.1.0 to 6.0.0 ( #1902 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 4.1.0 to 6.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 13:31:32 +01:00
dependabot[bot]
c00b864017
Bump pycountry from 23.12.11 to 24.6.1 ( #1903 )
...
Bumps [pycountry](https://github.com/flyingcircusio/pycountry ) from 23.12.11 to 24.6.1.
- [Changelog](https://github.com/pycountry/pycountry/blob/main/HISTORY.txt )
- [Commits](https://github.com/flyingcircusio/pycountry/compare/23.12.11...24.6.1 )
---
updated-dependencies:
- dependency-name: pycountry
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 10:38:41 +01:00
dependabot[bot]
404c0376d3
Bump aiohttp-socks from 0.7.1 to 0.9.1 ( #1900 )
...
Bumps [aiohttp-socks](https://github.com/romis2012/aiohttp-socks ) from 0.7.1 to 0.9.1.
- [Release notes](https://github.com/romis2012/aiohttp-socks/releases )
- [Commits](https://github.com/romis2012/aiohttp-socks/compare/v0.7.1...v0.9.1 )
---
updated-dependencies:
- dependency-name: aiohttp-socks
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>
2024-11-27 10:16:41 +01:00
Soxoj
8a98aa9eaa
Retries set to 0 by default, refactored code of executor with progress ( #1899 )
...
* Retries set to 0 by default, refactored code of executor with progress
2024-11-26 19:07:15 +01:00
dependabot[bot]
80cf70d151
Bump markupsafe from 2.1.5 to 3.0.2 ( #1895 )
...
Bumps [markupsafe](https://github.com/pallets/markupsafe ) from 2.1.5 to 3.0.2.
- [Release notes](https://github.com/pallets/markupsafe/releases )
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/markupsafe/compare/2.1.5...3.0.2 )
---
updated-dependencies:
- dependency-name: markupsafe
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 16:19:05 +01:00
Soxoj
ee25c61fc2
Maigret bot support (custom progress function fixed) ( #1898 )
...
* Fixed progress/close functions
* Fixed tests: execution time increased with alive_progressbar
2024-11-26 15:54:26 +01:00
Soxoj
324c118530
Parallel execution optimization ( #1897 )
...
* Connection failure fix: removed futures, added semaphores
* Additional fixes
* Tqdm replace to alive_progress, poetry update
* Self-check mode fix, tests fixes
* Sites checks fixes (#1896 )
* Fixed incorrect site names, added method to compare sites
2024-11-26 13:55:12 +01:00
Soxoj
b370bc4c44
Sites checks fixes ( #1896 )
...
Fixed incorrect site names, added method to compare sites
2024-11-26 13:29:43 +01:00
dependabot[bot]
f529d16c62
Bump python-bidi from 0.4.2 to 0.6.3 ( #1886 )
...
Bumps [python-bidi](https://github.com/MeirKriheli/python-bidi ) from 0.4.2 to 0.6.3.
- [Release notes](https://github.com/MeirKriheli/python-bidi/releases )
- [Changelog](https://github.com/MeirKriheli/python-bidi/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/MeirKriheli/python-bidi/compare/v0.4.2...v0.6.3 )
---
updated-dependencies:
- dependency-name: python-bidi
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>
2024-11-25 21:28:33 +01:00
Soxoj
886fdc82d6
Pyinstaller bump & pefile fix ( #1890 )
...
Pinned pefile version
2024-11-25 21:23:38 +01:00
dependabot[bot]
10950332a1
Bump pytest-asyncio from 0.23.7 to 0.23.8 ( #1885 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.23.7 to 0.23.8.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.23.8 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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>
2024-11-25 20:30:09 +01:00
dependabot[bot]
4d87adc0c8
Bump pyinstaller from 6.1 to 6.11.1 ( #1882 )
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.1 to 6.11.1.
- [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.1.0...v6.11.1 )
---
updated-dependencies:
- dependency-name: pyinstaller
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>
2024-11-25 19:30:17 +01:00
Soxoj
13c20afe5b
Improved self-check mode ( #1887 )
2024-11-25 18:27:59 +01:00
Soxoj
d8a05807ba
New sites added ( #1888 )
2024-11-25 18:24:20 +01:00
dependabot[bot]
089d33b88b
Bump lxml from 4.9.4 to 5.3.0 ( #1884 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.9.4 to 5.3.0.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.4...lxml-5.3.0 )
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 14:42:12 +01:00
dependabot[bot]
b3b84c633a
Bump pefile from 2022.5.30 to 2024.8.26 ( #1883 )
...
Bumps [pefile](https://github.com/erocarrera/pefile ) from 2022.5.30 to 2024.8.26.
- [Release notes](https://github.com/erocarrera/pefile/releases )
- [Commits](https://github.com/erocarrera/pefile/compare/v2022.5.30...v2024.8.26 )
---
updated-dependencies:
- dependency-name: pefile
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 14:41:58 +01:00
Soxoj
86d51bced0
Added 7 sites, implemented integration with Marple, docs update ( #1881 )
...
* Added 5 sites, implemented integration with Marple
* Added 2 more sites, updated docs
* Updated sites list
2024-11-25 14:41:34 +01:00
Soxoj
54b864f167
Disabled unavailable sites ( #1880 )
2024-11-24 17:19:31 +01:00
Soxoj
54fecccbfb
Show detailed error statistics for -v ( #1879 )
2024-11-24 04:21:24 +01:00
Soxoj
3745711b12
Added new badges to README ( #1877 )
2024-11-23 22:12:29 +01:00
dependabot[bot]
25bc88a438
Bump aiohttp from 3.9.5 to 3.10.5 ( #1721 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.9.5 to 3.10.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.5 )
---
updated-dependencies:
- dependency-name: aiohttp
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>
2024-11-23 21:48:25 +01:00
Soxoj
9b0212d7c7
Fixed test for aiohttp 3.10 ( #1876 )
2024-11-23 21:42:34 +01:00
dependabot[bot]
ceaf8cd9aa
Bump certifi from 2023.11.17 to 2024.8.30 ( #1840 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2023.11.17 to 2024.8.30.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.08.30 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 21:29:52 +01:00
dependabot[bot]
0c3ae98fd1
Bump urllib3 from 2.2.1 to 2.2.2 ( #1600 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 21:18:46 +01:00
dependabot[bot]
f0f64075ad
Bump future from 0.18.3 to 1.0.0 ( #1545 )
...
Bumps [future](https://github.com/PythonCharmers/python-future ) from 0.18.3 to 1.0.0.
- [Release notes](https://github.com/PythonCharmers/python-future/releases )
- [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst )
- [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.3...v1.0.0 )
---
updated-dependencies:
- dependency-name: future
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 21:17:43 +01:00
dependabot[bot]
2fae5bb340
Bump flake8 from 6.1.0 to 7.1.1 ( #1692 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 6.1.0 to 7.1.1.
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.1.1 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 21:12:21 +01:00
dependabot[bot]
9287734a24
Bump psutil from 5.9.5 to 6.1.0 ( #1839 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.9.5 to 6.1.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.5...release-6.1.0 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 21:08:41 +01:00
Soxoj
ff46d880cb
Added GitHub and BuyMeACoffe sponsorships ( #1875 )
2024-11-23 19:53:34 +01:00
Soxoj
f78c93eaca
Added .readthedocs.yaml, fixed Pyinstaller and Docker workflows ( #1874 )
2024-11-23 19:11:25 +01:00
dependabot[bot]
1ff75403cd
Bump werkzeug from 3.0.3 to 3.0.6 ( #1846 )
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 3.0.3 to 3.0.6.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.3...3.0.6 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 18:56:37 +01:00
dependabot[bot]
0dc8e52662
Bump requests-futures from 1.0.1 to 1.0.2 ( #1868 )
...
Bumps [requests-futures](https://github.com/ross/requests-futures ) from 1.0.1 to 1.0.2.
- [Changelog](https://github.com/ross/requests-futures/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ross/requests-futures/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: requests-futures
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>
2024-11-23 18:56:22 +01:00
dependabot[bot]
7c1f8a30ad
Bump cryptography from 42.0.7 to 43.0.1 ( #1870 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 42.0.7 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/42.0.7...43.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-23 18:56:12 +01:00
Soxoj
24e545b62c
Added dev documentation, fixed some sites, removed GitHub issue links from reports ( #1869 )
2024-11-23 18:45:56 +01:00
dependabot[bot]
4331b5f532
Bump soupsieve from 2.5 to 2.6 ( #1708 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 2.5 to 2.6.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.5...2.6 )
---
updated-dependencies:
- dependency-name: soupsieve
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>
2024-10-21 15:58:31 +02:00
synth
05db32f28f
Fixed 1 site, PyInstaller workflow, Google Colab example ( #1558 )
...
* Updated example colab file (Due to latest update)
* Fix RobertsSpaceIndustries URI
* Fix PyInstaller workflow
* Fix example.ipynb (read desc.)
Currently the version installed via pip3 doesn't appear to contain the latest data.json file, resulting in many false positives..
* Fix non-existant users (read desc.)
Fixed non-existant usernames for the following:
Telegram (t.me)
TikBuddy (tikbuddy.com)
FurAffinity (furaffinity.net)
2024-10-21 15:58:16 +02:00
Paul Pfeister
1cb589eadb
chore: remove alik.cz ( #1671 )
...
Alik.cz is seeing unusually high traffic on usernames julian and
noonewouldeverusethis due to its presence in both Sherlock and Maigret.
This target is permanently removed and should not be replaced.
2024-10-21 15:57:11 +02:00
jm.balestek
6fb0dc1067
Adding permutator feature for usernames ( #1575 )
...
* Adding permutator feature for usernames
("", "_", "-", ".") when id_type == username
File : maigret/permutator.py
Arg : --permute
For now, only permute from 2 elements and doesn't return single elements (element1, _element1, element1_, element2, _element2, ...). 12 permuts for 2 elements.
To return single elements as well, Permute(usernames).gather(method="all"), but not implemented in maigrat.py. 18 permuts for 2 elements. Should we ? With another argument ?
* Update test_cli.py
permute arg added
2024-07-23 16:19:43 +02:00
ranlo
e02a5571b6
Update data.json ( #1559 )
...
changed the URL for vidamora.com to www.vidamora.com
any username on https://vidamora.com/profile/{username} returns a redirect, to www.vidamora.com
on https://www.vidamora.com , you get different behavior for existing and non-existing users.
2024-06-24 12:51:54 +02:00
Topa
b097a49ed5
Readme ( #1588 )
...
* Updated README
* added a link to the CONTRIBUTING file
2024-06-20 20:04:53 +02:00
Topa
45f9966b34
Added code conventions to CONTRIBUTING.md ( #1589 )
...
Added a link to code of conduct inside of CONTRIBUTING.md. Added naming conventions, indentation and import conventions. Added link to PEP 8 which I think most closely resembles the coding style used.
2024-06-20 20:04:10 +02:00
dependabot[bot]
46d8d8fc3d
Bump socid-extractor from 0.0.24 to 0.0.26 ( #1546 )
...
Bumps [socid-extractor](https://github.com/soxoj/socid-extractor ) from 0.0.24 to 0.0.26.
- [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.24...v0.0.26 )
---
updated-dependencies:
- dependency-name: socid-extractor
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>
2024-05-31 09:17:29 +02:00
Richard Mwewa
034153791b
Fixed 3 sites, disabed 3, added ( #1539 )
...
* Fixed/Disabled sites. Update requirements.txt
fixed_sites: AllRecipes, Linktree, CreativeMarket, ImgInn, Shutterstock, Contently
disabled_sites: Forums.ea.com. CrunchyRoll, Windy, MetaCritic, InfosecInstitute, Armchairgm.fandom.com, Bleach.fandom.com
Update requirements to prevent dependency conflicts.
* Update requirements.txt
Update requirements.txt to prevent dependency conflicts
* Update requirements.txt
* Update sites.md
* fixed_sites: Armchairgm.fandom.com, Bleach.fandom.com, Battleraprus. disabled_sites: MicrosoftTechNet, club.cnews.ru, Scorcher
* fixed_sites: Armchairgm.fandom.com, Bleach.fandom.com, Battleraprus. disabled_sites: MicrosoftTechNet, club.cnews.ru, Scorcher
* fixed 2 sites, disabled 22 sites, and added 1 site
* fixed 3 sites, disabled 28, added 4 sites
* update sites.md
* Added 2 more sites
* fixed 3 sites, disabled 3 sites, added 1 site
* fix Twitch. Update snapcraft.yaml. Add pyproject.toml. Remove setup.py, requirements.txt, test-requirements.txt, as they are already specified in pyproject.toml
* fix Twitch. Update snapcraft.yaml. Add pyproject.toml. Remove setup.py, requirements.txt, test-requirements.txt, as they are already specified in pyproject.toml
* fix Twitch. Update snapcraft.yaml. Add pyproject.toml. Remove setup.py, requirements.txt, test-requirements.txt, as they are already specified in pyproject.toml
* fix Twitch. Update snapcraft.yaml. Add pyproject.toml. Remove setup.py, requirements.txt, test-requirements.txt, as they are already specified in pyproject.toml
* Update sites.md
* fix Twitch. Update snapcraft.yaml. Add pyproject.toml. Remove setup.py, requirements.txt, test-requirements.txt, as they are already specified in pyproject.toml
* Update sites.md
* fix forums.drom.ru
* Add EduGeek
* Add EduGeek
* Update python-package.yml
Fix dependency installation
* Update python-package.yml
* Update python-package.yml
2024-05-24 14:51:27 +02:00
Richard Mwewa
9399737ee6
Fixed 4 sites, added 6 sites, disabled 27 sites ( #1536 )
...
* Fixed/Disabled sites. Update requirements.txt
fixed_sites: AllRecipes, Linktree, CreativeMarket, ImgInn, Shutterstock, Contently
disabled_sites: Forums.ea.com. CrunchyRoll, Windy, MetaCritic, InfosecInstitute, Armchairgm.fandom.com, Bleach.fandom.com
Update requirements to prevent dependency conflicts.
* Update requirements.txt
Update requirements.txt to prevent dependency conflicts
* Update requirements.txt
* Update sites.md
* fixed_sites: Armchairgm.fandom.com, Bleach.fandom.com, Battleraprus. disabled_sites: MicrosoftTechNet, club.cnews.ru, Scorcher
* fixed_sites: Armchairgm.fandom.com, Bleach.fandom.com, Battleraprus. disabled_sites: MicrosoftTechNet, club.cnews.ru, Scorcher
* fixed 2 sites, disabled 22 sites, and added 1 site
* fixed 3 sites, disabled 28, added 4 sites
* update sites.md
* Added 2 more sites
2024-05-18 01:50:05 +02:00
Richard Mwewa
f7f77e587c
Fixed/Disabled sites. Update requirements.txt ( #1517 )
...
* Fixed/Disabled sites. Update requirements.txt
fixed_sites: AllRecipes, Linktree, CreativeMarket, ImgInn, Shutterstock, Contently
disabled_sites: Forums.ea.com. CrunchyRoll, Windy, MetaCritic, InfosecInstitute, Armchairgm.fandom.com, Bleach.fandom.com
Update requirements to prevent dependency conflicts.
* Update requirements.txt
Update requirements.txt to prevent dependency conflicts
* Update requirements.txt
* Update sites.md
* fixed_sites: Armchairgm.fandom.com, Bleach.fandom.com, Battleraprus. disabled_sites: MicrosoftTechNet, club.cnews.ru, Scorcher
* fixed_sites: Armchairgm.fandom.com, Bleach.fandom.com, Battleraprus. disabled_sites: MicrosoftTechNet, club.cnews.ru, Scorcher
2024-05-14 15:11:17 +02:00
dependabot[bot]
7a8c077c57
Bump jinja2 from 3.1.2 to 3.1.3 ( #1358 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-10 17:17:05 +02:00
Soxoj
03900b0c26
Added SOWEL classification ( #1453 )
2024-04-10 11:54:41 +02:00
Soxoj
6be2f409e5
Added Telegram bot link ( #1321 )
2023-12-04 18:25:32 +01:00
h3x
46b13b4f23
fix reddit ( #1296 )
2023-11-26 18:38:06 +01:00
Jeiel
be58bf0ab4
Compat RegataOS (Opensuse) ( #1308 )
...
* compat opensuse.txt
coloroma
async-timeout
Jinja2
MarkupSafe
multidict
requests
tqdm
typing-extensions
yarl
networkx
reportlab
[+] svglib
* compat opensuse.txt
* compat opensuse.txt
coloroma
async-timeout
Jinja2
MarkupSafe
multidict
requests
tqdm
typing-extensions
yarl
networkx
reportlab
[+] svglib
sudo zypper in python3-devel
sudo zypper in python3-dev
2023-11-26 18:36:20 +01:00
Soxoj
2ccef4a9f9
Updated site statistics ( #1273 )
2023-10-27 21:48:37 +02:00
weekend sorrow
f1ea12d731
Updating site checkers, disabling suspended sites ( #1266 )
...
* Fixing checks for broken sites and repairing the ones that were changed
* little tweaks
* little tweaks
---------
Co-authored-by: Weekrow <somewherelse@yandex.ru >
2023-10-27 21:43:45 +02:00
dependabot[bot]
01121d7695
Bump tqdm from 4.65.0 to 4.66.1 ( #1235 )
...
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.65.0 to 4.66.1.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.1 )
---
updated-dependencies:
- dependency-name: tqdm
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>
2023-10-22 20:44:44 +02:00
Soxoj
3ed043993f
Changed pyinstaller dir ( #1245 )
2023-10-18 22:56:19 +02:00
dependabot[bot]
a5bdf08c1c
Bump async-timeout from 4.0.2 to 4.0.3 ( #1238 )
...
Bumps [async-timeout](https://github.com/aio-libs/async-timeout ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/aio-libs/async-timeout/releases )
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.2...v4.0.3 )
---
updated-dependencies:
- dependency-name: async-timeout
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>
2023-10-18 10:56:44 +02:00
dependabot[bot]
88fcf01d8f
Bump pytest-rerunfailures from 10.2 to 12.0 ( #1237 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 10.2 to 12.0.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/10.2...12.0 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 10:56:32 +02:00
dependabot[bot]
451a858d6b
Bump typing-extensions from 4.5.0 to 4.8.0 ( #1239 )
...
Bumps [typing-extensions](https://github.com/python/typing_extensions ) from 4.5.0 to 4.8.0.
- [Release notes](https://github.com/python/typing_extensions/releases )
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python/typing_extensions/compare/4.5.0...4.8.0 )
---
updated-dependencies:
- dependency-name: typing-extensions
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>
2023-10-18 10:56:23 +02:00
Soxoj
df0a0696a9
Update main from dev again ( #1234 )
...
* Specified pyinstaller version
* Switch to new branch of pyinstaller GH action
* Changed dir for pyinstaller
* Added branch for pyinstaller workflow
2023-10-18 10:56:02 +02:00
Soxoj
f7341200bc
Test pyinstaller on dev branch ( #1233 )
...
* Specified pyinstaller version
* Switch to new branch of pyinstaller GH action
* Changed dir for pyinstaller
* Added branch for pyinstaller workflow
2023-10-15 21:55:46 +02:00
Soxoj
9f252f6d41
Pyinstaller fix ( #1231 )
...
* Specified pyinstaller version
* Switch to new branch of pyinstaller GH action
2023-10-15 21:43:30 +02:00
Soxoj
397beebd21
Specified pyinstaller version ( #1230 )
2023-10-15 21:40:17 +02:00
dependabot[bot]
7c5995f165
Bump aiohttp from 3.8.3 to 3.8.6 ( #1222 )
...
* Bump aiohttp from 3.8.3 to 3.8.6
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.8.3 to 3.8.6.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.6 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fixed problematic test after aiohttp upgrade
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Soxoj <soxoj@protonmail.com >
2023-10-15 21:34:21 +02:00
dependabot[bot]
aee1773e0c
Bump flake8 from 5.0.4 to 6.1.0 ( #1091 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 5.0.4 to 6.1.0.
- [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.1.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-15 21:28:26 +02:00
dependabot[bot]
ffca24435b
Bump xhtml2pdf from 0.2.8 to 0.2.11 ( #935 )
...
* Bump xhtml2pdf from 0.2.8 to 0.2.11
Bumps [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf ) from 0.2.8 to 0.2.11.
- [Release notes](https://github.com/xhtml2pdf/xhtml2pdf/releases )
- [Commits](https://github.com/xhtml2pdf/xhtml2pdf/compare/v0.2.8...v0.2.11 )
---
updated-dependencies:
- dependency-name: xhtml2pdf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Updated libs versions
* Downgrade reportlab version
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Soxoj <soxoj@protonmail.com >
2023-10-15 21:23:19 +02:00
dependabot[bot]
2b588a2003
Bump pyvis from 0.2.1 to 0.3.2 ( #861 )
...
Bumps [pyvis](https://github.com/WestHealth/pyvis ) from 0.2.1 to 0.3.2.
- [Release notes](https://github.com/WestHealth/pyvis/releases )
- [Commits](https://github.com/WestHealth/pyvis/compare/v0.2.1...v0.3.2 )
---
updated-dependencies:
- dependency-name: pyvis
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>
Co-authored-by: Soxoj <31013580+soxoj@users.noreply.github.com >
2023-10-15 21:14:01 +02:00
dependabot[bot]
1978f24fc4
Bump pypdf2 from 2.10.8 to 3.0.1 ( #815 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 2.10.8 to 3.0.1.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/PyPDF2/commits )
---
updated-dependencies:
- dependency-name: pypdf2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-15 21:13:42 +02:00
Soxoj
83d5740096
Tests fixes + last updates ( #1228 )
...
* Some sites fixed & cloudflare detection
* Fixed issue with tests
* Updates GitHub test workflow and sites data
2023-10-15 21:07:21 +02:00
Sammy Folkhome
726380ee09
EasyInstaller bat added ( #1212 )
2023-10-15 11:49:40 +02:00
Soxoj
90599ea3c2
Some sites fixed & cloudflare detection ( #1178 )
2023-09-09 20:58:01 +02:00
dependabot[bot]
72a1f948ba
Bump cloudscraper from 1.2.66 to 1.2.71 ( #914 )
...
Bumps [cloudscraper](https://github.com/venomous/cloudscraper ) from 1.2.66 to 1.2.71.
- [Release notes](https://github.com/venomous/cloudscraper/releases )
- [Commits](https://github.com/venomous/cloudscraper/commits )
---
updated-dependencies:
- dependency-name: cloudscraper
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>
Co-authored-by: Soxoj <31013580+soxoj@users.noreply.github.com >
2023-09-09 20:54:59 +02:00
realize096
71f22f65c4
update certifi 2022.12.7 to 2022.12.07 ( #1173 )
...
Co-authored-by: Soxoj <31013580+soxoj@users.noreply.github.com >
2023-09-09 20:54:12 +02:00
dependabot[bot]
c9039cfd07
Bump certifi from 2022.12.7 to 2023.7.22 ( #1070 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 10:00:57 +02:00
dependabot[bot]
f5fe575b6b
Bump reportlab from 3.6.12 to 4.0.4 ( #1160 )
...
Bumps [reportlab](http://www.reportlab.com/ ) from 3.6.12 to 4.0.4.
---
updated-dependencies:
- dependency-name: reportlab
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 10:00:50 +02:00
Soxoj
c5c78b2a66
Sites fixes 250823 ( #1149 )
...
* Additionally fixed sites, win32 build fix
* Fixed and disabled some sites (again)
2023-08-24 10:51:24 +02:00
Soxoj
390f3a49ee
Additionally fixed sites, win32 build fix ( #1148 )
2023-08-24 09:32:24 +02:00
Theodore Ni
dc9b44bd14
Add compatibility with pytest >= 7.3.0 ( #1117 )
...
Starting in this version, marks are no longer ordered. Sorting by their
names still sorts slow marks to the end of the list of tests.
2023-08-24 09:32:03 +02:00
realize096
b72e9b6a0c
update reportlab 3.6.12 to 3.6.13 ( #1051 )
2023-08-24 09:31:40 +02:00
Soxoj
b8c035e564
Fixed some sites (again) ( #1133 )
2023-08-23 21:58:41 +02:00
Soxoj
eb115a1a70
Disabled and fixed several sites ( #1132 )
2023-08-23 20:58:46 +02:00
Soxoj
f5ca005766
Added memory.lol (Twitter usernames archive) ( #1067 )
2023-07-24 12:57:45 +06:00
Soxoj
656b9c19ea
Improved search through UnstoppableDomains ( #1040 )
2023-07-07 21:24:20 +02:00
engNoori
5855cbfcc9
Update wizard.py ( #1016 )
...
This code is more readable and easier to understand than the original code. It uses more descriptive variable names, and it breaks the code into smaller, more manageable functions. The code also uses comments to explain what each part of the code is doing.
Here are some specific improvements that I made to the code:
* I renamed the variables `TOP_SITES_COUNT` and `TIMEOUT` to more descriptive names, such as `max_sites_to_search` and `timeout`.
* I broke the code into smaller, more manageable functions, such as `main()` and `search_func()`.
* I added comments to explain what each part of the code is doing.
* I used more consistent indentation.
2023-07-07 19:54:20 +02:00
dependabot[bot]
6caa08902f
Bump requests from 2.28.2 to 2.31.0 ( #957 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-07 19:52:59 +02:00
Soxoj
932e07a8ee
Added 26 ENS and similar domains with tag crypto ( #942 )
2023-05-13 18:23:17 +08:00
Alexandre ZANNI
71d5368fea
fix deployment of tests ( #933 )
...
fix #932
2023-05-08 22:25:31 +08:00
dependabot[bot]
9f2f4d5107
Bump psutil from 5.9.4 to 5.9.5 ( #910 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.9.4 to 5.9.5.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.4...release-5.9.5 )
---
updated-dependencies:
- dependency-name: psutil
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>
2023-04-20 09:27:18 +02:00
dependabot[bot]
d6003c93b8
Bump requests from 2.28.1 to 2.28.2 ( #904 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.1 to 2.28.2.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.28.2 )
---
updated-dependencies:
- dependency-name: requests
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>
2023-04-19 10:16:54 +02:00
dependabot[bot]
4055fa088d
Bump tqdm from 4.64.1 to 4.65.0 ( #905 )
...
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.64.1 to 4.65.0.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.65.0 )
---
updated-dependencies:
- dependency-name: tqdm
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>
2023-04-19 10:16:47 +02:00
Chien Dat Nguyen Dinh
745a70a534
Fix missing Mastodon Regex ( #908 )
...
Co-authored-by: Dat Nguyen Dinh <dat.nguyen@liferaftinc.com >
2023-04-19 10:16:37 +02:00
Soxoj
366e9333dd
Added valid regex for Mastodon instances ( #848 ) ( #906 )
2023-04-18 15:25:01 +02:00
Soxoj
fc1f5bfc82
Fixed false positives on Mastodon sites ( #901 )
2023-04-17 10:51:32 +02:00
dependabot[bot]
bfe33d74d3
Bump yarl from 1.8.1 to 1.8.2 ( #899 )
...
Bumps [yarl](https://github.com/aio-libs/yarl ) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/aio-libs/yarl/releases )
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/yarl/compare/v1.8.1...v1.8.2 )
---
updated-dependencies:
- dependency-name: yarl
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>
2023-04-17 10:30:51 +02:00
dependabot[bot]
9c2746fc28
Bump lxml from 4.9.1 to 4.9.2 ( #900 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.1...lxml-4.9.2 )
---
updated-dependencies:
- dependency-name: lxml
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>
2023-04-17 10:30:45 +02:00
Soxoj
0ad2cdef2c
Fixed false positives, updated networkx dep, some lint fixes ( #894 )
...
* Fixed false positives, updated networkx dep, some lint fixes
* Downgraded networkx version
2023-04-16 18:24:29 +02:00
dependabot[bot]
0064fad85c
Bump multidict from 6.0.2 to 6.0.4 ( #891 )
...
Bumps [multidict](https://github.com/aio-libs/multidict ) from 6.0.2 to 6.0.4.
- [Release notes](https://github.com/aio-libs/multidict/releases )
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/multidict/compare/v6.0.2...v6.0.4 )
---
updated-dependencies:
- dependency-name: multidict
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>
2023-04-16 11:28:43 +02:00
dependabot[bot]
16f4978b31
Bump attrs from 22.1.0 to 22.2.0 ( #892 )
...
Bumps [attrs](https://github.com/python-attrs/attrs ) from 22.1.0 to 22.2.0.
- [Release notes](https://github.com/python-attrs/attrs/releases )
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python-attrs/attrs/compare/22.1.0...22.2.0 )
---
updated-dependencies:
- dependency-name: attrs
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>
2023-04-16 11:28:35 +02:00
dependabot[bot]
b0ec08d753
Bump psutil from 5.9.2 to 5.9.4 ( #741 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.9.2 to 5.9.4.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.2...release-5.9.4 )
---
updated-dependencies:
- dependency-name: psutil
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>
2023-04-13 10:56:58 +02:00
dependabot[bot]
fb8952b783
Bump typing-extensions from 4.4.0 to 4.5.0 ( #888 )
...
Bumps [typing-extensions](https://github.com/python/typing_extensions ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/python/typing_extensions/releases )
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python/typing_extensions/compare/4.4.0...4.5.0 )
---
updated-dependencies:
- dependency-name: typing-extensions
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>
2023-04-13 10:56:35 +02:00
dependabot[bot]
4216f5c028
Bump reportlab from 3.6.11 to 3.6.12 ( #735 )
...
Bumps [reportlab](http://www.reportlab.com/ ) from 3.6.11 to 3.6.12.
---
updated-dependencies:
- dependency-name: reportlab
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>
2023-04-12 17:08:06 +02:00
Peter Dave Hello
539a3c5000
Update dependency - networkx from v2.5.1 to v2.6 ( #738 )
...
Found a security issue via snyk:
- https://security.snyk.io/vuln/SNYK-PYTHON-NETWORKX-1062709
2023-04-12 16:54:32 +02:00
dependabot[bot]
064d5707f9
Bump certifi from 2022.9.24 to 2022.12.7 ( #793 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 16:53:53 +02:00
Peter Dave Hello
fd64f5710f
Update "future" package to v0.18.3 ( #834 )
...
Reference: https://www.cve.org/CVERecord?id=CVE-2022-40899
2023-04-12 16:53:09 +02:00
codyMar30
2136a71db1
Added new Websites ( #838 )
...
- lyricstraining.com
- forums.expo.dev
- rawg.io
- schemecolor.com
- aetherhub.com
- bugbounty.gg
- universocraft.com
2023-04-12 16:52:36 +02:00
Chien Dat Nguyen Dinh
8308299367
Fix Pinterest ( #862 )
...
Co-authored-by: Dat Nguyen Dinh <dat.nguyen@liferaftinc.com >
2023-04-12 16:52:10 +02:00
Nadeem M
70bed56a8a
Update philosophy.rst ( #866 )
2023-04-12 16:51:48 +02:00
Soxoj
4c2a21832b
Small readme fix ( #857 )
2023-02-24 12:53:07 +03:00
Soxoj
356d7d4e49
Fixed documentation URL ( #799 )
2022-12-18 12:26:19 +03:00
fen0s
6020e766ce
fix opensea and shutterstock, disable a few dead sites ( #798 )
...
* fix shutterstock and disable allsoft
* disable dead forums and fix opensea
* Update sites.md
2022-12-18 12:22:24 +03:00
dependabot[bot]
b4e963b2b1
Bump cloudscraper from 1.2.64 to 1.2.66 ( #769 )
...
Bumps [cloudscraper](https://github.com/venomous/cloudscraper ) from 1.2.64 to 1.2.66.
- [Release notes](https://github.com/venomous/cloudscraper/releases )
- [Commits](https://github.com/venomous/cloudscraper/commits )
---
updated-dependencies:
- dependency-name: cloudscraper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 12:48:41 +03:00
fen0s
aebd8539ed
disable broken sites ( #756 )
...
* Update data.json
* Update sites.md
2022-11-22 23:13:52 +03:00
fen0s
fea1c6b552
disable not working sites ( #739 )
...
* Update data.json
* Update sites.md
Co-authored-by: Soxoj <31013580+soxoj@users.noreply.github.com >
2022-11-08 10:47:21 +04:00
dependabot[bot]
fd8f5f90fd
Bump pytest from 7.1.3 to 7.2.0 ( #734 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.1.3 to 7.2.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/7.1.3...7.2.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-30 11:57:10 +03:00
dependabot[bot]
b06fd470cc
Bump colorama from 0.4.5 to 0.4.6 ( #733 )
...
Bumps [colorama](https://github.com/tartley/colorama ) from 0.4.5 to 0.4.6.
- [Release notes](https://github.com/tartley/colorama/releases )
- [Changelog](https://github.com/tartley/colorama/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tartley/colorama/compare/0.4.5...0.4.6 )
---
updated-dependencies:
- dependency-name: colorama
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 10:46:25 +03:00
kz6fittycent
ec1aaacb41
Updated snapcraft yaml ( #720 )
...
* Update snapcraft.yaml
* Update snapcraft.yaml
* Oops...forgot home and network interfaces
* for cryin' out loud.
* cleaning things up
2022-10-24 22:23:34 +03:00
dependabot[bot]
bc1035c1ec
Bump pytest-asyncio from 0.19.0 to 0.20.1 ( #732 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.19.0 to 0.20.1.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.20.1 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 22:22:41 +03:00
Soxoj
026fd98304
Fixed YouTube ( #717 )
2022-10-17 01:17:09 +03:00
Soxoj
f03a4c81a5
Fixed lightstalking.com ( #716 )
2022-10-17 01:03:25 +03:00
Soxoj
79afab11c2
Fixed docs about tags ( #715 )
2022-10-17 00:44:00 +03:00
Ben
10ef102791
Typo fixes in error.py ( #711 )
...
Fixing two small typos in the error definition file:
- "switch to another..." -> ""Switch to another...
- Capitalizing this sentence
- "...parallel connections (e.g. --n 10)" -> "...parallel connections (e.g. -n 10)"
- Removing the extra `-` for this option
2022-10-16 11:28:24 +03:00
dependabot[bot]
523317e760
Bump typing-extensions from 4.3.0 to 4.4.0 ( #698 )
...
Bumps [typing-extensions](https://github.com/python/typing_extensions ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/python/typing_extensions/releases )
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python/typing_extensions/compare/4.3.0...4.4.0 )
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 22:34:47 +03:00
dependabot[bot]
82074d77b1
Bump stem from 1.8.0 to 1.8.1 ( #689 )
...
Bumps [stem](https://github.com/torproject/stem ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/torproject/stem/releases )
- [Commits](https://github.com/torproject/stem/compare/1.8.0...1.8.1 )
---
updated-dependencies:
- dependency-name: stem
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 21:54:41 +03:00
dependabot[bot]
002c8359fe
Bump pytest-cov from 3.0.0 to 4.0.0 ( #688 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-04 13:46:57 +03:00
Peter Dave Hello
08bba20003
Improve README.md Installation section ( #690 )
...
Clone and install manually is duplicated in 2 places and can be merged.
2022-10-04 13:46:34 +03:00
Peter Dave Hello
0a628d2b8f
Refactor Dockerfile with best practices ( #691 )
...
Multiple best practices applied as below:
- Replace deprecated `MAINTAINER` with `LABEL maintainer`
- Remove additional `apt clean` as it'll be done automatically
- Use `apt-get` instead of `apt` in script, apt does not have a stable
CLI interface, and it's for end-user.
- Put `apt-get install` & apt lists clean up in the same command
- Use `--no-install-recommends` with `apt-get install` to avoid install
additional packages
- Use `--no-cache-dir` with `pip install` to prevent temporary cache
- Use `COPY` instead of `ADD` for files and folders
- Use spaces instead of mixing spaces with tabs to indent
Size change by the refactor, almost 100MB saved:
```
REPOSITORY TAG IMAGE ID CREATED SIZE
maigret after 9e70c65dde32 1 minutes ago 543MB
maigret before a683f2b71751 7 minutes ago 635MB
```
2022-10-04 13:46:01 +03:00
Peter Dave Hello
f1969a12a1
Update README.md, Repl.it -> Replit with new badge ( #692 )
...
It's changed to Replit.com about two years ago, also there's a higher quality badge can be used ;)
2022-10-04 13:43:58 +03:00
dependabot[bot]
3cb03fe09c
Bump arabic-reshaper from 2.1.3 to 2.1.4 ( #650 )
...
Bumps [arabic-reshaper](https://github.com/mpcabd/python-arabic-reshaper ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/mpcabd/python-arabic-reshaper/releases )
- [Commits](https://github.com/mpcabd/python-arabic-reshaper/compare/v2.1.3...v2.1.4 )
---
updated-dependencies:
- dependency-name: arabic-reshaper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-04 10:06:36 +03:00
dependabot[bot]
5769144ac3
Bump aiohttp from 3.8.1 to 3.8.3 ( #651 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.8.1 to 3.8.3.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.1...v3.8.3 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-04 10:06:24 +03:00
dependabot[bot]
99c9b0a8ca
Bump certifi from 2022.9.14 to 2022.9.24 ( #652 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.9.14 to 2022.9.24.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.14...2022.09.24 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-04 10:06:12 +03:00
Ruslan Bekenev
8e9722a285
Build docker images for arm64 and amd64 ( #687 )
2022-10-04 09:55:23 +03:00
Lorenzo Sapora
95276b841c
Fix typos ( #681 )
2022-10-04 09:16:41 +03:00
Johan Burati
9484d6f05e
Update README.md ( #669 )
...
Add option to map volume for docker example
2022-10-04 09:15:49 +03:00
Leon G
06f94cd476
correct username in usage examples ( #673 )
2022-10-04 00:40:49 +03:00
fen0s
d4d525647c
fix sites from issues ( #680 )
...
* Update data.json
* Update sites.md
2022-10-03 23:00:48 +03:00
Omar Trkzi
f988c532ec
Corrected grammar in README.md ( #674 )
2022-10-03 19:24:57 +03:00
dr-BEat
e71c8907f0
Changed docker run to interactive and remove on exit ( #675 )
2022-10-03 19:24:10 +03:00
OSINT Tactical
45ed832ec8
site deletion ( #648 )
...
* Update sites.md
* Update data.json
2022-10-01 13:38:31 +03:00
fen0s
a57e5f1d90
Add precommit hook ( #664 )
...
* add Sherlock sites
* add precommit hook
2022-10-01 13:38:04 +03:00
fen0s
d9fd6e0b29
fix false positives from bot ( #663 )
...
* fix false positives from bot
* Update data.json
* Update sites.md
2022-09-29 20:56:15 +03:00
dependabot[bot]
827c11f2e1
Bump idna from 3.3 to 3.4 ( #640 )
...
Bumps [idna](https://github.com/kjd/idna ) from 3.3 to 3.4.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.3...v3.4 )
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 16:41:11 +03:00
dependabot[bot]
647a3fabb9
Bump certifi from 2022.6.15 to 2022.9.14 ( #644 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.6.15 to 2022.9.14.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2022.09.14 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 16:40:50 +03:00
dependabot[bot]
efb2a9501e
Bump pypdf2 from 2.10.5 to 2.10.8 ( #641 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 2.10.5 to 2.10.8.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/2.10.8/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/2.10.5...2.10.8 )
---
updated-dependencies:
- dependency-name: pypdf2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 16:40:27 +03:00
dependabot[bot]
44c009e570
Bump pytest-httpserver from 1.0.5 to 1.0.6 ( #638 )
...
Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases )
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst )
- [Commits](https://github.com/csernazs/pytest-httpserver/compare/1.0.5...1.0.6 )
---
updated-dependencies:
- dependency-name: pytest-httpserver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 16:40:12 +03:00
Soxoj
eb304b6804
Invalid results fixes ( #634 )
2022-09-11 14:26:19 +03:00
dependabot[bot]
e1b9b62c4d
Bump pypdf2 from 2.10.4 to 2.10.5 ( #625 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 2.10.4 to 2.10.5.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/2.10.4...2.10.5 )
---
updated-dependencies:
- dependency-name: pypdf2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-11 14:13:45 +03:00
dependabot[bot]
ad6938f068
Bump psutil from 5.9.1 to 5.9.2 ( #624 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.1...release-5.9.2 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-11 14:13:26 +03:00
Soxoj
1c9ccfe77b
Added Instagram scrapers ( #633 )
2022-09-11 14:12:38 +03:00
fen0s
1fd1e2c809
Mirrors ( #630 )
...
* Update checking.py
* Added attempts check and mirrors
Co-authored-by: Soxoj <soxoj@protonmail.com >
Co-authored-by: Soxoj <31013580+soxoj@users.noreply.github.com >
2022-09-11 14:05:32 +03:00
Soxoj
c5e973bc5b
Streaming sites ( #628 )
...
* Added new sites, new error solution caption
2022-09-11 01:49:46 +03:00
dependabot[bot]
b288c37d91
Bump yarl from 1.7.2 to 1.8.1 ( #626 )
...
Bumps [yarl](https://github.com/aio-libs/yarl ) from 1.7.2 to 1.8.1.
- [Release notes](https://github.com/aio-libs/yarl/releases )
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/yarl/compare/v1.7.2...v1.8.1 )
---
updated-dependencies:
- dependency-name: yarl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 21:40:52 +03:00
OSINT Tactical
2f76f22202
Site Supression ( #627 )
...
* Update sites.md
* Update data.json
2022-09-10 21:40:31 +03:00
Soxoj
f7c7809d8d
Bump to 0.4.4 ( #621 )
2022-09-03 14:30:24 +03:00
dependabot[bot]
80bd7f21eb
Bump tqdm from 4.64.0 to 4.64.1 ( #618 )
...
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.64.0 to 4.64.1.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.64.0...v4.64.1 )
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 14:22:56 +03:00
fen0s
994d79244e
add ProtonMail, disable 3 broken sites ( #619 )
...
* fixed false positives
2022-09-03 14:22:42 +03:00
dependabot[bot]
4b2d2c07bd
Bump pycountry from 22.1.10 to 22.3.5 ( #607 )
...
Bumps [pycountry](https://github.com/flyingcircusio/pycountry ) from 22.1.10 to 22.3.5.
- [Release notes](https://github.com/flyingcircusio/pycountry/releases )
- [Changelog](https://github.com/flyingcircusio/pycountry/blob/master/HISTORY.txt )
- [Commits](https://github.com/flyingcircusio/pycountry/compare/22.1.10...22.3.5 )
---
updated-dependencies:
- dependency-name: pycountry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 14:16:12 +03:00
dependabot[bot]
938d05f812
Bump cloudscraper from 1.2.63 to 1.2.64 ( #614 )
...
Bumps [cloudscraper](https://github.com/venomous/cloudscraper ) from 1.2.63 to 1.2.64.
- [Release notes](https://github.com/venomous/cloudscraper/releases )
- [Commits](https://github.com/venomous/cloudscraper/commits )
---
updated-dependencies:
- dependency-name: cloudscraper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 13:35:38 +03:00
OSINT Tactical
487c4e0dbf
Update sites.md -Gitmemory.com suppression ( #610 )
...
* Update sites.md
* Add files via upload
2022-09-03 13:35:29 +03:00
dependabot[bot]
09dce2046a
Bump pytest from 7.1.2 to 7.1.3 ( #613 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.1.2 to 7.1.3.
- [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/7.1.2...7.1.3 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 13:35:18 +03:00
dependabot[bot]
65963e5647
Bump pypdf2 from 2.5.0 to 2.10.4 ( #606 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 2.5.0 to 2.10.4.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/2.5.0...2.10.4 )
---
updated-dependencies:
- dependency-name: pypdf2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 13:34:53 +03:00
dependabot[bot]
69f220a7e4
Bump pytest-asyncio from 0.18.2 to 0.19.0 ( #601 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.18.2 to 0.19.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.2...v0.19.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 13:26:13 +03:00
dependabot[bot]
722d3039dc
Bump attrs from 21.4.0 to 22.1.0 ( #597 )
...
Bumps [attrs](https://github.com/python-attrs/attrs ) from 21.4.0 to 22.1.0.
- [Release notes](https://github.com/python-attrs/attrs/releases )
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/python-attrs/attrs/compare/21.4.0...22.1.0 )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03 13:26:01 +03:00
dependabot[bot]
420c29610d
Bump flake8 from 4.0.1 to 5.0.4 ( #598 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 4.0.1 to 5.0.4.
- [Release notes](https://github.com/pycqa/flake8/releases )
- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.4 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-02 21:18:35 +03:00
dependabot[bot]
6b53fac424
Bump cloudscraper from 1.2.60 to 1.2.63 ( #600 )
...
Bumps [cloudscraper](https://github.com/venomous/cloudscraper ) from 1.2.60 to 1.2.63.
- [Release notes](https://github.com/venomous/cloudscraper/releases )
- [Commits](https://github.com/venomous/cloudscraper/commits )
---
updated-dependencies:
- dependency-name: cloudscraper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-27 17:11:12 +03:00
dependabot[bot]
37c54735f1
Bump chardet from 4.0.0 to 5.0.0 ( #550 )
...
Bumps [chardet](https://github.com/chardet/chardet ) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/chardet/chardet/releases )
- [Commits](https://github.com/chardet/chardet/compare/4.0.0...5.0.0 )
---
updated-dependencies:
- dependency-name: chardet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-27 17:07:29 +03:00
dependabot[bot]
2f0a0b49f3
Bump colorama from 0.4.4 to 0.4.5 ( #548 )
...
Bumps [colorama](https://github.com/tartley/colorama ) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/tartley/colorama/releases )
- [Changelog](https://github.com/tartley/colorama/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tartley/colorama/compare/0.4.4...0.4.5 )
---
updated-dependencies:
- dependency-name: colorama
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-27 17:03:30 +03:00
dependabot[bot]
1a8b06385a
Bump typing-extensions from 4.2.0 to 4.3.0 ( #549 )
...
Bumps [typing-extensions](https://github.com/python/typing_extensions ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/python/typing_extensions/releases )
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python/typing_extensions/compare/4.2.0...4.3.0 )
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-27 17:03:19 +03:00
dependabot[bot]
22d7c204f8
Bump pytest-httpserver from 1.0.4 to 1.0.5 ( #583 )
...
Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases )
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst )
- [Commits](https://github.com/csernazs/pytest-httpserver/compare/1.0.4...1.0.5 )
---
updated-dependencies:
- dependency-name: pytest-httpserver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-27 17:03:09 +03:00
fen0s
a6ae0723f9
False positives fixes ( #591 )
2022-08-24 18:26:01 +03:00
dependabot[bot]
aa4f94ac01
Bump certifi from 2022.5.18.1 to 2022.6.15 ( #551 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.5.18.1 to 2022.6.15.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.05.18.1...2022.06.15 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-20 12:13:32 +03:00
fen0s
1153a9bf01
disable Instagram, fix two false positives ( #578 )
...
* Update data.json
* Update data.json
* Update data.json
2022-08-15 15:45:53 +03:00
fen0s
3d878131b9
fix false positives ( #577 )
2022-08-13 13:12:22 +03:00
fen0s
20746a0fc3
disable yandex music + set utf8 encoding ( #562 )
...
* Update report.py
* Update data.json
* Update data.json
2022-07-26 02:37:26 +03:00
dependabot[bot]
ce062d915e
Bump lxml from 4.9.0 to 4.9.1 ( #538 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.0...lxml-4.9.1 )
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-17 12:45:37 +03:00
dependabot[bot]
c057c5c478
Bump xhtml2pdf from 0.2.7 to 0.2.8 ( #522 )
...
Bumps [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf ) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/xhtml2pdf/xhtml2pdf/releases )
- [Commits](https://github.com/xhtml2pdf/xhtml2pdf/compare/v0.2.7...v0.2.8 )
---
updated-dependencies:
- dependency-name: xhtml2pdf
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>
2022-07-17 12:45:29 +03:00
dependabot[bot]
eab0ec48da
Bump pypdf2 from 2.0.0 to 2.5.0 ( #542 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 2.0.0 to 2.5.0.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/2.0.0...2.5.0 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-07-17 12:45:24 +03:00
dependabot[bot]
5b40eac230
Bump requests from 2.27.1 to 2.28.1 ( #530 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.27.1 to 2.28.1.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.28.1 )
---
updated-dependencies:
- dependency-name: requests
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>
2022-07-17 12:45:15 +03:00
dependabot[bot]
2d782379ab
Bump reportlab from 3.6.9 to 3.6.11 ( #543 )
...
Bumps [reportlab](http://www.reportlab.com/ ) from 3.6.9 to 3.6.11.
---
updated-dependencies:
- dependency-name: reportlab
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>
2022-07-17 12:45:05 +03:00
fen0s
042981d8bb
Update data.json ( #540 )
...
* Update data.json
* disable false positives
* Update data.json
* Update data.json
2022-07-12 14:31:22 +03:00
fen0s
2c2017c7db
Update data.json ( #539 )
2022-07-10 12:49:03 +03:00
fen0s
4aeba4d648
Fixes july third ( #535 )
...
* fix falsepositives on megafon
* token spotify
2022-07-06 23:57:10 +03:00
fen0s
de34e29188
yazbel, aboutcar, zhihu ( #531 )
...
* fix some sites and delete abandoned
* disable aboutcar, fix zhihu, add yazbel
* yazbel quickfix
* Squashed commit of the following:
commit 932152edac2765391e0203d6e75f6bffda73d643
Author: fen0s <37670363+fen0s@users.noreply.github.com >
Date: Fri Jul 1 17:36:58 2022 +0300
Update data.json
* fix forumsmotri, teamtreehouse, sourceforge, tomshardware, disable codeby
* 2 sites disasbled, 6 fixed
disabled echomsk (dead), disabled chipmaker (weird search-based username detection while usernames are searched not by exact match), fixed rutracker, kloomba, mobypicture, gamefaqs, eporner, 1337x, tried to fix myfitnesspal but didn't work
2022-07-03 11:49:48 +03:00
fen0s
0c127a97d5
Fixesjulyfirst ( #533 )
...
* fix some sites and delete abandoned
* disable aboutcar, fix zhihu, add yazbel
* yazbel quickfix
* Squashed commit of the following:
commit 932152edac2765391e0203d6e75f6bffda73d643
Author: fen0s <37670363+fen0s@users.noreply.github.com >
Date: Fri Jul 1 17:36:58 2022 +0300
Update data.json
* fix forumsmotri, teamtreehouse, sourceforge, tomshardware, disable codeby
* 2 sites disasbled, 6 fixed
disabled echomsk (dead), disabled chipmaker (weird search-based username detection while usernames are searched not by exact match), fixed rutracker, kloomba, mobypicture, gamefaqs, eporner, 1337x, tried to fix myfitnesspal but didn't work
2022-07-02 18:11:05 +03:00
fen0s
11f047b1ae
fix some sites and delete abandoned ( #526 )
2022-06-23 13:18:02 +03:00
Soxoj
43f8adef66
Downgrade pycountry due to problems with wheels
...
Python 3.10 related problem
2022-06-18 20:07:31 +03:00
Sergey Mamadjanov
2ffb77823d
feat: add *.log & *.bak files to gitignore ( #511 )
2022-06-08 01:45:50 +03:00
Soxoj
7ba8af0247
Compatibility with Python 10 ( #509 )
2022-06-05 01:12:54 +03:00
dependabot[bot]
814544e1a0
Bump lxml from 4.8.0 to 4.9.0
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.8.0...lxml-4.9.0 )
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-04 17:38:36 -04:00
Soxoj
477e62a5c5
Updated sites list, added disabled Anilist
2022-06-04 17:38:28 -04:00
dependabot[bot]
0a629614c2
Bump pefile from 2021.9.3 to 2022.5.30
...
Bumps [pefile](https://github.com/erocarrera/pefile ) from 2021.9.3 to 2022.5.30.
- [Release notes](https://github.com/erocarrera/pefile/releases )
- [Commits](https://github.com/erocarrera/pefile/compare/v2021.9.3...v2022.5.30 )
---
updated-dependencies:
- dependency-name: pefile
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-04 17:38:17 -04:00
dependabot[bot]
e2d623f0d7
Bump pypdf2 from 1.28.2 to 2.0.0
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.28.2 to 2.0.0.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.28.2...2.0.0 )
---
updated-dependencies:
- dependency-name: pypdf2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-04 17:38:01 -04:00
kustermariocoding
5145bfe820
added regexchecks for realmeye and realmeye-graveyard to prevent false positives.
2022-06-01 02:12:02 +03:00
kustermariocoding
58f66f5c3c
added Bezuzyteczna and Znanylekarz.pl
2022-06-01 02:12:02 +03:00
kustermariocoding
746b74238b
added forum.dangerousthings.com
2022-06-01 02:12:02 +03:00
kustermariocoding
ae56a927cf
added Wiki.vg
2022-06-01 02:12:02 +03:00
kustermariocoding
40ed0a7535
added Watchmemore.com
2022-06-01 02:12:02 +03:00
kustermariocoding
beb4d740c7
removed Anilist because it's not working properly
2022-06-01 02:12:02 +03:00
dependabot[bot]
a47b6a705e
Bump pypdf2 from 1.28.1 to 1.28.2 ( #493 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/1.28.2/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.28.1...1.28.2 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-05-26 00:59:55 +03:00
dependabot[bot]
3bfb2db6df
Bump pypdf2 from 1.27.12 to 1.28.1 ( #491 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.27.12 to 1.28.1.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.27.12...1.28.1 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-05-23 17:16:11 +03:00
dependabot[bot]
d30ef15a79
Bump psutil from 5.9.0 to 5.9.1 ( #490 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.0...release-5.9.1 )
---
updated-dependencies:
- dependency-name: psutil
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>
2022-05-23 17:16:03 +03:00
dependabot[bot]
1ebf0ca5cf
Bump certifi from 2021.10.8 to 2022.5.18.1 ( #488 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2021.10.8 to 2022.5.18.1.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.05.18.1 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-22 23:17:45 +03:00
Soxoj
eaa545a2c4
Disabled sites with false positives results ( #482 )
2022-05-14 20:13:31 +03:00
Soxoj
cbe1f09536
Added new forums, updated ranks, some utils improvements ( #481 )
...
* Added new forums, updated ranks, some utils improvements
* Updated requirements
2022-05-14 13:29:48 +03:00
Soxoj
246c770d5c
Added new sites ( #480 )
2022-05-14 11:51:15 +03:00
Soxoj
e88d71d792
New sites added, some tags/rank update ( #477 )
2022-05-14 10:58:27 +03:00
Soxoj
929366cc81
Improved usability of external progressbar func ( #476 )
2022-05-14 02:06:33 +03:00
Soxoj
bb6ed59e44
Updated logic of false positive risk estimating ( #475 )
2022-05-10 14:54:09 +03:00
fen0s
6400d83a46
Social analyzer websites, also fixing presense strs ( #471 )
...
* add a lot of new sites from social analyzer, fix presenceStr
* add social-analyzer sites
* fix username claimed
* update site list
* Update data.json
2022-05-10 12:37:23 +03:00
dependabot[bot]
507d0dac3a
Bump pyvis from 0.2.0 to 0.2.1 ( #472 )
...
Bumps [pyvis](https://github.com/WestHealth/pyvis ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/WestHealth/pyvis/releases )
- [Commits](https://github.com/WestHealth/pyvis/compare/v0.2.0...v0.2.1 )
---
updated-dependencies:
- dependency-name: pyvis
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>
2022-05-10 11:06:26 +03:00
Soxoj
f058ee0daf
Fixed new false positives, updated sites list ( #469 )
2022-05-05 02:16:29 +03:00
dependabot[bot]
a66c25452a
Bump pypdf2 from 1.27.10 to 1.27.12 ( #466 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.27.10 to 1.27.12.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.27.10...1.27.12 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-05-03 13:29:43 +03:00
dependabot[bot]
bfc682f758
Bump pypdf2 from 1.27.9 to 1.27.10 ( #465 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.27.9 to 1.27.10.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.27.9...1.27.10 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-05-02 19:10:17 +03:00
fen0s
aedbe927cb
fix Figma username definition, add a bunch of sites ( #464 )
...
* Add files via upload
Co-authored-by: fen0s <fen0s@example.com >
2022-05-01 19:52:20 +03:00
fen0s
340d8b45fe
Add BYOND, Figma, BeatStars ( #462 )
...
* Add files via upload
* fix forums
* Add BYOND, Figma, BeatStars
Co-authored-by: fen0s <fen0s@example.com >
2022-05-01 00:45:57 +03:00
fen0s
c95f0fdfbb
Ubisoft forums addition ( #461 )
...
* Add files via upload
* fix forums
Co-authored-by: fen0s <fen0s@example.com >
2022-04-30 16:34:27 +03:00
dependabot[bot]
a5b73d1108
Bump jinja2 from 3.1.1 to 3.1.2 ( #460 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.1...3.1.2 )
---
updated-dependencies:
- dependency-name: jinja2
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>
2022-04-29 15:27:02 +03:00
dependabot[bot]
6157c5ff3d
Bump pytest from 7.0.1 to 7.1.2 ( #457 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.0.1 to 7.1.2.
- [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/7.0.1...7.1.2 )
---
updated-dependencies:
- dependency-name: pytest
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>
2022-04-27 01:15:36 +03:00
dependabot[bot]
e0f0dd5d4d
Bump pypdf2 from 1.27.8 to 1.27.9 ( #456 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.27.8 to 1.27.9.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.27.8...1.27.9 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-04-27 01:15:28 +03:00
Soxoj
059c8198a1
False positive fixes 24.04.22 ( #455 )
...
* Fixed some false positives
2022-04-24 17:14:07 +03:00
Soxoj
34073d12f4
XMind 8 report warning and some docs update ( #452 )
2022-04-23 01:28:31 +03:00
dependabot[bot]
d24d80ab43
Bump pypdf2 from 1.27.7 to 1.27.8 ( #450 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.27.7 to 1.27.8.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.27.7...1.27.8 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-04-23 01:01:19 +03:00
Soxoj
123ec35569
Update bug.md
2022-04-21 10:34:57 +03:00
dependabot[bot]
73aa8b649b
Bump pypdf2 from 1.27.6 to 1.27.7 ( #449 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.27.6 to 1.27.7.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.27.6...1.27.7 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-04-21 01:15:39 +03:00
dependabot[bot]
28aa74d83a
Bump soupsieve from 2.3.2 to 2.3.2.post1 ( #444 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 2.3.2 to 2.3.2.post1.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.3.2...2.3.2.post1 )
---
updated-dependencies:
- dependency-name: soupsieve
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>
2022-04-19 23:40:35 +03:00
dependabot[bot]
d4780d2840
Bump typing-extensions from 4.1.1 to 4.2.0 ( #447 )
...
Bumps [typing-extensions](https://github.com/python/typing ) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/python/typing/releases )
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG )
- [Commits](https://github.com/python/typing/compare/4.1.1...4.2.0 )
---
updated-dependencies:
- dependency-name: typing-extensions
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>
2022-04-19 23:40:24 +03:00
dependabot[bot]
4c7b6d82cf
Bump pypdf2 from 1.27.4 to 1.27.6 ( #448 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.27.4 to 1.27.6.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.27.4...1.27.6 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-04-19 23:40:15 +03:00
dependabot[bot]
37d6b9a949
Bump pyvis from 0.1.9 to 0.2.0 ( #443 )
...
Bumps [pyvis](https://github.com/WestHealth/pyvis ) from 0.1.9 to 0.2.0.
- [Release notes](https://github.com/WestHealth/pyvis/releases )
- [Commits](https://github.com/WestHealth/pyvis/commits/v0.2.0 )
---
updated-dependencies:
- dependency-name: pyvis
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>
2022-04-19 23:39:55 +03:00
dependabot[bot]
2664094f65
Bump pypdf2 from 1.26.0 to 1.27.4 ( #442 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.26.0 to 1.27.4.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.26.0...1.27.4 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
2022-04-14 01:51:34 +03:00
dependabot[bot]
d884fea00b
Bump soupsieve from 2.3.1 to 2.3.2 ( #436 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: soupsieve
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>
2022-04-14 01:50:28 +03:00
dependabot[bot]
4a4fa69e93
Bump jinja2 from 3.0.3 to 3.1.1 ( #441 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.0.3 to 3.1.1.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.1 )
---
updated-dependencies:
- dependency-name: jinja2
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>
2022-04-14 01:50:14 +03:00
dependabot[bot]
801bc388e4
Bump tqdm from 4.63.0 to 4.64.0 ( #440 )
...
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.63.0 to 4.64.0.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.63.0...v4.64.0 )
---
updated-dependencies:
- dependency-name: tqdm
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>
2022-04-14 01:48:13 +03:00
Soxoj
48fcfcb89b
Update GH actions ( #439 )
2022-04-14 01:46:50 +03:00
dependabot[bot]
07db3ce463
Bump pypdf2 from 1.26.0 to 1.27.4 ( #438 )
...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2 ) from 1.26.0 to 1.27.4.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases )
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG )
- [Commits](https://github.com/py-pdf/PyPDF2/compare/1.26.0...1.27.4 )
---
updated-dependencies:
- dependency-name: pypdf2
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>
Co-authored-by: Soxoj <31013580+soxoj@users.noreply.github.com >
2022-04-14 01:46:03 +03:00
dependabot[bot]
f9f4449079
Bump pycountry from 22.1.10 to 22.3.5 ( #384 )
...
Bumps [pycountry](https://github.com/flyingcircusio/pycountry ) from 22.1.10 to 22.3.5.
- [Release notes](https://github.com/flyingcircusio/pycountry/releases )
- [Changelog](https://github.com/flyingcircusio/pycountry/blob/master/HISTORY.txt )
- [Commits](https://github.com/flyingcircusio/pycountry/compare/22.1.10...22.3.5 )
---
updated-dependencies:
- dependency-name: pycountry
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>
2022-04-14 01:36:30 +03:00
dependabot[bot]
0d4236e2d4
Bump markupsafe from 2.0.1 to 2.1.1 ( #389 )
...
Bumps [markupsafe](https://github.com/pallets/markupsafe ) from 2.0.1 to 2.1.1.
- [Release notes](https://github.com/pallets/markupsafe/releases )
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/markupsafe/compare/2.0.1...2.1.1 )
---
updated-dependencies:
- dependency-name: markupsafe
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>
2022-04-14 01:36:22 +03:00
dependabot[bot]
b2db783620
Bump reportlab from 3.6.6 to 3.6.9 ( #403 )
...
Bumps [reportlab](http://www.reportlab.com/ ) from 3.6.6 to 3.6.9.
---
updated-dependencies:
- dependency-name: reportlab
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>
2022-04-14 01:36:09 +03:00
dependabot[bot]
b27c53b5b6
Bump xhtml2pdf from 0.2.5 to 0.2.7 ( #409 )
...
Bumps [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf ) from 0.2.5 to 0.2.7.
- [Release notes](https://github.com/xhtml2pdf/xhtml2pdf/releases )
- [Commits](https://github.com/xhtml2pdf/xhtml2pdf/compare/0.2.5...v0.2.7 )
---
updated-dependencies:
- dependency-name: xhtml2pdf
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>
2022-04-14 01:35:59 +03:00
Soxoj
6691b26674
Drop Python 3.6 support ( #434 )
2022-04-14 01:32:30 +03:00
Soxoj
131b96ddb3
Fixed some false positives ( #433 )
...
* Fixed some false positives
* Updated site list and statistics
2022-04-14 01:11:42 +03:00
Soxoj
0803d8ebaa
Merge pull request #432 from soxoj/0.4.3
...
Bump to 0.4.3
2022-04-13 22:58:45 +03:00
Soxoj
19956f74ca
Bump to 0.4.3
2022-04-13 22:58:21 +03:00
Soxoj
dd57019c80
Merge pull request #431 from soxoj/fix-false-positives-13-04-22
...
Fixed actual false positives
2022-04-13 22:51:15 +03:00
Maigret autoupdate
9fb265ea85
Updated site list and statistics
2022-04-13 19:50:19 +00:00
Soxoj
0f9fdfc639
Fixed actual false positives
2022-04-13 22:47:02 +03:00
Soxoj
0de087d751
Merge pull request #424 from soxoj/false-positive-fixes-08-04-22
...
Fixed last false positives
2022-04-08 00:19:04 +03:00
Maigret autoupdate
600e58f8ef
Updated site list and statistics
2022-04-07 21:18:14 +00:00
Soxoj
16131c58f9
Fixed last false positives
2022-04-08 00:17:05 +03:00
Soxoj
5106d32342
Merge pull request #422 from soxoj/houzz
...
Disabled houzz.com, updated sites statistics
2022-04-08 00:07:09 +03:00
Maigret autoupdate
1456ff6bc1
Updated site list and statistics
2022-04-07 21:04:32 +00:00
Soxoj
b94fb65809
Disabled houzz.com, updated sites statistics
2022-04-08 00:03:28 +03:00
Soxoj
e283d8b561
Merge pull request #413 from kustermariocoding/main
...
Added new Websites to data.json
2022-04-08 00:02:19 +03:00
kustermariocoding
7cd727bbff
updated sites.md
2022-04-05 13:19:13 +02:00
kustermariocoding
5532c00b04
Merge branch 'main' into site_adds
2022-04-05 11:28:56 +02:00
kustermariocoding
8846b8b225
added Traktrain
2022-04-05 11:26:54 +02:00
kustermariocoding
7307c98029
added Sportlerfrage
2022-04-05 11:24:13 +02:00
kustermariocoding
4d129c2c6b
added Splice
2022-04-05 11:22:17 +02:00
kustermariocoding
1e772b7dd4
added Swapd
2022-04-05 11:19:58 +02:00
kustermariocoding
81bb0a01b2
added Reisefrage
2022-04-05 11:17:16 +02:00
kustermariocoding
7ae8b58e1a
added RcloneForum
2022-04-05 11:14:09 +02:00
kustermariocoding
dde8bf8af0
added Polymart
2022-04-05 11:10:26 +02:00
kustermariocoding
dc4addd985
added Needrom
2022-04-05 11:01:39 +02:00
kustermariocoding
803f62f7b7
added Motorradfrage
2022-04-05 10:58:12 +02:00
kustermariocoding
91596b31ec
added Mapify.travel
2022-04-05 10:55:31 +02:00
kustermariocoding
a27fea4ba4
added Lottiefiles
2022-04-05 10:43:23 +02:00
kustermariocoding
ba9a94debc
added Listed.to
2022-04-05 10:40:46 +02:00
kustermariocoding
ac80d26cab
added Lesswrong
2022-04-05 10:34:06 +02:00
kustermariocoding
e4aea719fa
added Keakr
2022-04-05 10:30:48 +02:00
kustermariocoding
4b18ecbd4b
added JoplinApp
2022-04-05 10:28:44 +02:00
kustermariocoding
c2a4c64640
added IonicFrameWorks
2022-04-05 10:24:22 +02:00
kustermariocoding
47045dd653
added Grailed
2022-04-05 10:04:24 +02:00
kustermariocoding
b65a85368b
added Gitbook
2022-04-05 10:02:25 +02:00
kustermariocoding
daf483b097
added Gesundheitsfrage
2022-04-05 09:59:17 +02:00
kustermariocoding
838a0c5e0c
added GeniusArtists
2022-04-05 09:55:26 +02:00
kustermariocoding
0ccaccfcde
added G2g.com
2022-04-05 09:51:35 +02:00
kustermariocoding
d1e7f5c113
added Finanzfrage
2022-04-05 09:46:42 +02:00
kustermariocoding
bfb5b85c41
added Fameswap
2022-04-05 09:44:35 +02:00
kustermariocoding
effd753512
added Cryptomator Forum
2022-04-05 09:42:05 +02:00
kustermariocoding
cfc777d45d
added Bikemap
2022-04-05 09:39:45 +02:00
kustermariocoding
422f65afbe
added Autofrage
2022-04-05 09:37:33 +02:00
kustermariocoding
135b554030
added Airbit
2022-04-05 09:35:06 +02:00
kustermariocoding
47edb4427a
added Buzznet
2022-04-04 11:27:11 +02:00
kustermariocoding
bda6c7c390
added Patronite
2022-04-04 11:17:16 +02:00
kustermariocoding
f0f7334f31
added Archive.org Parler Posts
2022-04-04 11:11:38 +02:00
kustermariocoding
669f92c34b
added Archiver.org Parler Profiles
2022-04-04 11:09:19 +02:00
kustermariocoding
b657c1323d
added Ow.ly
2022-04-04 11:02:21 +02:00
Soxoj
692f401043
Merge pull request #406 from soxoj/update-stats
...
Updated statistics
2022-03-31 00:08:50 +03:00
Soxoj
27f91ddbe3
Updated statistics
2022-03-31 00:07:45 +03:00
Soxoj
72fccb2868
Merge pull request #404 from kustermariocoding/main
...
Added new Websites to data.json
2022-03-31 00:00:48 +03:00
kustermariocoding
a959243282
added Iconfinder
2022-03-30 14:24:19 +02:00
kustermariocoding
42895e81a8
Merge branch 'main' into site_adds
...
to add new websites to data.json
2022-03-29 10:19:50 +02:00
Soxoj
fb9663599e
Merge pull request #401 from kustermariocoding/main
...
Added new Websites to data.json
2022-03-29 00:10:09 +03:00
kustermariocoding
005685e69a
added zmarsa.com
2022-03-28 14:30:23 +02:00
kustermariocoding
eb70f91db9
added zbiornik.com
2022-03-28 14:18:44 +02:00
kustermariocoding
a3eaf6130e
added zatrybi.pl
2022-03-28 14:10:25 +02:00
kustermariocoding
2ce65ca45a
added xvideos models
2022-03-28 13:58:17 +02:00
kustermariocoding
46a14631ea
added xanga
2022-03-28 13:48:58 +02:00
kustermariocoding
2699cd221f
added Wordpress Support
2022-03-28 13:45:10 +02:00
kustermariocoding
2a7851c814
added Wordnik
2022-03-28 12:03:17 +02:00
kustermariocoding
1356cc8e3a
added WolniSlowianie
2022-03-28 12:00:16 +02:00
kustermariocoding
523966eaf2
added Wimkin Public Profiles
2022-03-28 11:56:14 +02:00
kustermariocoding
21f5db5661
added wicgforum
2022-03-28 11:30:19 +02:00
kustermariocoding
6b52c41b97
added wego.social
2022-03-28 11:17:53 +02:00
kustermariocoding
8c898bd356
added Voice123
2022-03-28 11:01:20 +02:00
kustermariocoding
e725a73c8f
added vizjer.pl
2022-03-28 10:53:24 +02:00
kustermariocoding
645abfe72c
added Vine
2022-03-28 10:45:05 +02:00
kustermariocoding
17886bb9fa
added Viddler
2022-03-28 10:42:29 +02:00
kustermariocoding
5b6cf4f15a
added usa.life
2022-03-28 10:02:23 +02:00
kustermariocoding
ca1d5e3a76
added ulub.pl
2022-03-28 09:57:15 +02:00
kustermariocoding
52789abda7
added ultrasdiary.pl
2022-03-28 09:48:55 +02:00
kustermariocoding
54f1f1feaa
added twpro.jp
2022-03-28 09:37:38 +02:00
kustermariocoding
ea33f4150f
added Archive.org Twitter Tweets
2022-03-28 09:32:07 +02:00
kustermariocoding
7ff52e60a2
added Archive.org TwitterProfiles
2022-03-28 09:29:20 +02:00
kustermariocoding
e5420e4639
added Twitcasting
2022-03-28 09:21:06 +02:00
kustermariocoding
393469ddfd
added tunefind
2022-03-28 08:58:39 +02:00
kustermariocoding
0b03a7ab00
added tldrlegal.com
2022-03-25 14:15:14 +01:00
kustermariocoding
dd13010bb5
added thetattooforum
2022-03-25 14:06:15 +01:00
kustermariocoding
e3bd89c9e4
added thegatewaypundit
2022-03-25 14:02:46 +01:00
kustermariocoding
00865db0f6
added tfl.net.pl
2022-03-25 13:59:54 +01:00
kustermariocoding
8635abe79f
added tf2items.com
2022-03-25 13:56:57 +01:00
kustermariocoding
8fbe6b42de
added tetr.io
2022-03-25 13:42:41 +01:00
kustermariocoding
db12e7b563
added tenor.com
2022-03-25 13:34:43 +01:00
kustermariocoding
77c9bda3e5
added teknik.io
2022-03-25 13:24:00 +01:00
kustermariocoding
54547c797a
added taskrabbit
2022-03-25 11:43:38 +01:00
kustermariocoding
7e0b20e8fb
added tanuki.pl
2022-03-25 11:33:58 +01:00
kustermariocoding
85288dccb5
added szmer.info
2022-03-25 09:34:22 +01:00
kustermariocoding
d973831dc1
added szerokikadr.pl
2022-03-25 09:30:10 +01:00
kustermariocoding
12502c020c
added suzuri.jp
2022-03-25 09:25:24 +01:00
kustermariocoding
ce48c317b2
fixed headers for vimeo -merge conflict
2022-03-22 14:49:57 +01:00
kustermariocoding
41a277237c
added Spankpay
2022-03-22 14:32:34 +01:00
kustermariocoding
721ff2874f
added Solikick
2022-03-22 14:20:08 +01:00
kustermariocoding
3cdca22b9d
added Citizen4
2022-03-22 14:17:07 +01:00
kustermariocoding
346611c5da
added slant.co and fixed usernameClaimed for skeb.jp
2022-03-22 14:13:17 +01:00
kustermariocoding
a8e538ad29
added Skeb.jp
2022-03-22 14:10:06 +01:00
kustermariocoding
95ff061cf6
added Shanii Writes
2022-03-22 14:05:17 +01:00
kustermariocoding
5bb5e29ffb
added Sfd.pl
2022-03-22 14:02:17 +01:00
kustermariocoding
ac3e0b16e4
added Seneporno
2022-03-22 13:57:13 +01:00
kustermariocoding
970b75b88d
added regexcheck für Hackerrank
2022-03-18 15:05:04 +01:00
kustermariocoding
8f6b40c8d0
added a regexcheck for gumroad
2022-03-18 15:03:08 +01:00
kustermariocoding
ccebd677e3
updated data.json
2022-03-18 08:24:24 +01:00
Soxoj
75625f72f8
Merge pull request #397 from soxoj/skip-broken-tests
...
Skipped broken tests
2022-03-18 01:54:59 +03:00
Maigret autoupdate
f6dbe1a6bd
Updated site list and statistics
2022-03-17 22:52:22 +00:00
Soxoj
a914283a15
Skipped broken tests
2022-03-18 01:51:14 +03:00
Soxoj
2a4f4d47e2
Merge pull request #390 from kustermariocoding/main
...
added new Websites to data.json
2022-03-18 01:18:20 +03:00
kustermariocoding
50350972a5
fixed url and absense/presence strings for friendfinder-x.com
2022-03-17 11:52:14 +01:00
kustermariocoding
cdb69f99a1
added Scoutwiki
2022-03-16 15:04:26 +01:00
kustermariocoding
4786822e6d
added Saracartershow
2022-03-16 12:07:12 +01:00
kustermariocoding
9c56f29267
added Salon24.pl
2022-03-16 11:51:03 +01:00
kustermariocoding
1ee4f4c93b
added runescape
2022-03-16 11:42:00 +01:00
kustermariocoding
9e302542ed
Merge branch 'main' into site_adds
2022-03-16 11:14:55 +01:00
kustermariocoding
3409f8a726
added RumbleUser
2022-03-16 11:14:20 +01:00
kustermariocoding
94bfa4233d
added Rumblechannel
2022-03-16 11:11:28 +01:00
kustermariocoding
9c08c34007
added Ourfreedombook
2022-03-16 11:05:13 +01:00
kustermariocoding
880ffb4bf1
added lowcygier.pl
2022-03-16 11:02:01 +01:00
kustermariocoding
d987c681b7
added line.me
2022-03-16 10:55:58 +01:00
kustermariocoding
2ef141a5c5
added d3.ru
2022-03-16 10:43:42 +01:00
kustermariocoding
809b97d4f9
changed usernameClaimed for Bugcrowd to a working one
2022-03-16 10:29:40 +01:00
kustermariocoding
4a1342b654
added Justforfans
2022-03-16 10:25:45 +01:00
kustermariocoding
fb200875d3
added engadget
2022-03-16 10:15:02 +01:00
kustermariocoding
53bc79938c
added elftown
2022-03-16 10:11:51 +01:00
kustermariocoding
3866c1be9e
added chamsko.pl
2022-03-16 09:47:46 +01:00
kustermariocoding
ca65ffe864
added cda.pl and changed usernameClaimed of cdaction.pl
2022-03-16 09:44:14 +01:00
kustermariocoding
c9638f704f
added cd-action
2022-03-16 09:34:17 +01:00
kustermariocoding
39c57e7925
added Cash.app
2022-03-16 09:31:30 +01:00
kustermariocoding
1b5c39dc1b
added carrd.co
2022-03-16 08:57:09 +01:00
kustermariocoding
379fca8602
added Americanthinker
2022-03-16 08:47:50 +01:00
kustermariocoding
9716f40140
added anonup
2022-03-16 08:31:49 +01:00
kustermariocoding
61d346dd0a
added ApexLegends
2022-03-16 08:30:21 +01:00
kustermariocoding
5edfc00b2d
added ruby.dating
2022-03-14 14:20:17 +01:00
kustermariocoding
5905dcf384
added rigcz.club
2022-03-14 14:09:33 +01:00
kustermariocoding
67046273c7
added quizlet.com
2022-03-14 14:01:34 +01:00
kustermariocoding
b4fd2fe40f
added quitter.pl
2022-03-14 13:47:33 +01:00
kustermariocoding
7113824c59
added prv.pl
2022-03-14 13:32:39 +01:00
Soxoj
a2e782d07c
Merge pull request #386 from kustermariocoding/main
...
Added Sites to data.json
2022-03-14 01:56:14 +03:00
kustermariocoding
4b2d030d7a
added poshmark
2022-03-11 10:50:09 +01:00
kustermariocoding
e98c97dbb1
added Pornhub Pornstars
2022-03-11 10:43:44 +01:00
kustermariocoding
fd4d570b59
added Polleverywhere
2022-03-11 10:13:20 +01:00
kustermariocoding
9892532aae
added policja2009
2022-03-10 12:01:56 +01:00
kustermariocoding
66422332c4
added Polczat.pl
2022-03-10 11:36:41 +01:00
kustermariocoding
8b1eb15939
added pol.social
2022-03-10 11:32:44 +01:00
kustermariocoding
06df4661bc
added Piekielni
2022-03-10 11:26:21 +01:00
kustermariocoding
eaa126906f
added pewex.pl
2022-03-10 11:19:29 +01:00
kustermariocoding
1c7cbbc27d
added olx.pl
2022-03-10 10:30:59 +01:00
kustermariocoding
0eed5ced7d
added oglaszamy24h
2022-03-10 10:18:53 +01:00
kustermariocoding
30f3ac4889
added nyaa.si
2022-03-10 10:02:08 +01:00
kustermariocoding
0212796696
Merge remote-tracking branch 'origin' into site_adds
2022-03-09 14:21:14 +01:00
kustermariocoding
6c723f8329
added ninjakiwi
2022-03-09 14:18:32 +01:00
kustermariocoding
b1bfbbc371
added Naturalnews.com
2022-03-09 14:11:39 +01:00
kustermariocoding
ee8eabc5ed
added mym.fans
2022-03-09 14:05:33 +01:00
kustermariocoding
cf6bb0bd7a
added Motokiller.pl
2022-03-09 13:37:44 +01:00
kustermariocoding
93b542dad2
added Mistrzowie
2022-03-09 12:22:57 +01:00
kustermariocoding
ec6324473a
added Minecraftlist
2022-03-09 12:16:48 +01:00
kustermariocoding
263afb8990
added megamodels.pl
2022-03-09 11:55:37 +01:00
kustermariocoding
7016161206
added medyczka.pl
2022-03-09 11:34:14 +01:00
Soxoj
470ef5721f
Merge pull request #385 from soxoj/v0.4.2
...
Bump to 0.4.2
2022-03-07 20:12:59 +03:00
Maigret autoupdate
fd2c8afd33
Updated site list and statistics
2022-03-07 16:44:19 +00:00
cyb3rk0tik
8c007219f5
Bump to 0.4.2
2022-03-07 21:42:34 +05:00
Soxoj
a425e5ceff
Merge pull request #380 from soxoj/dependabot/pip/pytest-asyncio-0.18.2
...
Bump pytest-asyncio from 0.18.1 to 0.18.2
2022-03-07 15:36:39 +03:00
Soxoj
d0fd3533b5
Merge pull request #374 from soxoj/dependabot/pip/tqdm-4.63.0
...
Bump tqdm from 4.62.3 to 4.63.0
2022-03-07 15:36:25 +03:00
kustermariocoding
7d225750ac
added Mcuuid(Minecraft)
2022-03-07 11:02:06 +01:00
kustermariocoding
286319b6ec
added MassageAnywhere
2022-03-07 10:28:44 +01:00
kustermariocoding
fef323ab7d
added martech
2022-03-07 10:09:47 +01:00
kustermariocoding
05c29c8c77
added marshmallow
2022-03-07 09:58:08 +01:00
kustermariocoding
d18d5c96d9
added MapMyTracks
2022-03-07 09:49:02 +01:00
kustermariocoding
1da4345a50
added magabook
2022-03-07 09:40:27 +01:00
kustermariocoding
c5b9f4e0fa
added maga-chat
2022-03-07 09:28:04 +01:00
Soxoj
5bf361a1ac
Merge pull request #382 from soxoj/fix-alexa-rank
...
Fixed issue with str alexaRank
2022-03-06 16:23:19 +03:00
Maigret autoupdate
e07d3b60ba
Updated site list and statistics
2022-03-06 13:20:31 +00:00
Soxoj
1e2d5cf742
Fixed issue with str alexaRank
2022-03-06 16:19:25 +03:00
Soxoj
694e024ba1
Merge pull request #375 from kustermariocoding/main
...
Added new sites to data.json
2022-03-06 16:17:50 +03:00
dependabot[bot]
6862425215
Bump pytest-asyncio from 0.18.1 to 0.18.2
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.1...v0.18.2 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-04 06:05:57 +00:00
kustermariocoding
54c8074e51
tried to fix merge conflicts
2022-02-28 11:41:38 +01:00
dependabot[bot]
71e1fb6dcf
Bump tqdm from 4.62.3 to 4.63.0
...
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.62.3 to 4.63.0.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.62.3...v4.63.0 )
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 06:07:15 +00:00
Soxoj
364187861d
Fix false positive and CI ( #372 )
...
* Fix false positive and CI
* Updated site list and statistics
2022-02-27 04:44:15 +03:00
Soxoj
8a53a38543
Fixed the rest of false positives for now ( #371 )
...
* Fixed the rest of false positives for now
* Fixed tag
* Updated site list and statistics
2022-02-26 16:43:40 +03:00
Soxoj
bc787cdf51
Fix false positives ( #370 )
...
* Fixed several false positives, improved statistics info
* Disabled some sites, fixed fp percent count method
* Updated site list and statistics
2022-02-26 16:01:22 +03:00
Soxoj
dcf5181e28
Fixed several false positives, improved statistics info ( #368 )
...
* Fixed several false positives, improved statistics info
* Updated site list and statistics
2022-02-26 15:31:15 +03:00
Soxoj
61452d56d3
Disabled Netvibes and LeetCode ( #366 )
...
* Disabled Netvibes and LeetCode
* Specified types of PR for tests in CI
* Updated site list and statistics
2022-02-26 14:49:43 +03:00
Soxoj
be204ff119
Wikipedia fix ( #365 )
...
* Fixed op.gg sites
* Added testing docs, fixed some error
* Fixed Wikipedia
2022-02-26 14:27:08 +03:00
Soxoj
8a865a1ce6
Op.gg fixes ( #363 )
...
* Fixed op.gg sites
* Added testing docs, fixed some error
* Updated site list and statistics
2022-02-26 14:16:13 +03:00
Soxoj
a29c3c6abe
CI autoupdate ( #359 )
...
* CI autoupdate
* Updated site list and statistics
2022-02-26 13:38:15 +03:00
kustermariocoding
ea6fd30a30
added kotburger.pl
2022-02-24 11:51:00 +01:00
kustermariocoding
8dbe9a415c
added karab.in
2022-02-24 11:45:23 +01:00
kustermariocoding
222398154e
added joemonster
2022-02-24 11:25:18 +01:00
kustermariocoding
3030025ea3
added jellyfin weblate
2022-02-24 11:11:40 +01:00
kustermariocoding
40233e66cb
added jeja.pl
2022-02-24 10:57:13 +01:00
kustermariocoding
2ea75f7f76
added jbzd
2022-02-24 10:50:33 +01:00
kustermariocoding
dbd393da58
added ipolska.pl
2022-02-24 10:34:03 +01:00
kustermariocoding
b9f72151ea
added Inkbunny
2022-02-24 10:08:59 +01:00
kustermariocoding
dc2989a47d
added hexrpg
2022-02-24 09:53:56 +01:00
kustermariocoding
c86e558a57
added hackerrank
2022-02-24 09:41:14 +01:00
kustermariocoding
3c8c1d1f5a
Merge branch 'main' of https://github.com/soxoj/maigret into site_adds
2022-02-24 09:39:58 +01:00
Soxoj
1683e5b744
Added DB statistics autoupdate and write to sites.md ( #357 )
2022-02-23 18:01:42 +03:00
Soxoj
31fc656721
Added package publishing instruction ( #356 )
2022-02-23 16:46:58 +03:00
Soxoj
79f872c77c
Added some scripts ( #355 )
2022-02-23 14:33:37 +03:00
kustermariocoding
22f158e749
added gradle
2022-02-22 11:42:39 +01:00
kustermariocoding
ff1eac0b20
added gnome vcs
2022-02-22 11:23:16 +01:00
kustermariocoding
f2d3fed9c7
added Furaffinity
2022-02-22 10:26:58 +01:00
kustermariocoding
cbbdc5a820
added friendfinder-x
2022-02-22 10:15:56 +01:00
kustermariocoding
8a614001fd
added friendfinder
2022-02-22 09:49:37 +01:00
kustermariocoding
7a50f2922a
Merge branch 'main' of https://github.com/soxoj/maigret into site_adds
2022-02-22 09:15:39 +01:00
kustermariocoding
da0f4ae7cf
added fotka
2022-02-22 09:15:11 +01:00
kustermariocoding
d12310bb53
added fosstodon
2022-02-22 08:59:12 +01:00
cyberkotik
211b8ccfd0
Merge pull request #352 from soxoj/cyb3rk0tik-patch-1
...
Fix reportlab not only for testing
2022-02-21 23:52:58 +05:00
cyberkotik
f352f9f58b
Fix reportlab not only for testing
2022-02-21 23:42:49 +05:00
kustermariocoding
0d70ee1abc
added forumprawne.org
2022-02-21 14:43:08 +01:00
kustermariocoding
032ca8141a
added fedi.lewactwo.pl
2022-02-21 14:28:48 +01:00
kustermariocoding
3acf6e5180
added fansly
2022-02-21 14:20:54 +01:00
kustermariocoding
14f2b0c756
added fancentro.com
2022-02-21 12:50:41 +01:00
cyberkotik
e0a4775205
Merge pull request #351 from soxoj/cyb3rk0tik-patch-1
...
Pin reportlab version
2022-02-21 16:47:25 +05:00
cyberkotik
d056eb545f
Pin reportlab version
2022-02-21 16:39:56 +05:00
kustermariocoding
10f8e1f597
added faktopedia.pl
2022-02-21 12:12:27 +01:00
kustermariocoding
6cc789d800
added fabswingers
2022-02-21 11:59:34 +01:00
kustermariocoding
c214f38841
Merge branch 'main' of https://github.com/soxoj/maigret into site_adds
2022-02-21 11:56:35 +01:00
cyberkotik
392b83c230
Merge pull request #350 from soxoj/dependabot/pip/lxml-4.8.0
...
Bump lxml from 4.7.1 to 4.8.0
2022-02-21 15:23:31 +05:00
cyberkotik
96bebd49d3
Merge pull request #346 from soxoj/dependabot/pip/typing-extensions-4.1.1
...
Bump typing-extensions from 4.0.1 to 4.1.1
2022-02-21 15:23:19 +05:00
cyberkotik
92950f1b88
Merge pull request #345 from soxoj/dependabot/pip/pytest-7.0.1
...
Bump pytest from 7.0.0 to 7.0.1
2022-02-21 15:21:53 +05:00
cyberkotik
07b5874802
Merge pull request #343 from soxoj/dependabot/pip/pytest-asyncio-0.18.1
...
Bump pytest-asyncio from 0.18.0 to 0.18.1
2022-02-21 15:21:42 +05:00
kustermariocoding
6a62586a59
added dojoverse
2022-02-18 15:00:36 +01:00
kustermariocoding
883abe7877
added demotywatory.pl
2022-02-18 13:53:34 +01:00
kustermariocoding
fc58046a34
added cytoid.io
2022-02-18 11:50:54 +01:00
kustermariocoding
b6a1eb26e7
added Cults3d
2022-02-18 11:37:16 +01:00
kustermariocoding
42169397fe
added chomukij.pl and crowdin.com
2022-02-18 11:18:57 +01:00
kustermariocoding
870d68ec1c
added site castingcallclub
2022-02-18 09:22:18 +01:00
kustermariocoding
12ef7f62c2
added site caringbridge
2022-02-18 09:05:16 +01:00
dependabot[bot]
8b7ea67edc
Bump lxml from 4.7.1 to 4.8.0
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.7.1...lxml-4.8.0 )
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-18 06:07:51 +00:00
dependabot[bot]
182a493b6a
Bump typing-extensions from 4.0.1 to 4.1.1
...
Bumps [typing-extensions](https://github.com/python/typing ) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/python/typing/releases )
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG )
- [Commits](https://github.com/python/typing/compare/4.0.1...4.1.1 )
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-14 06:09:08 +00:00
dependabot[bot]
4f7781b7a2
Bump pytest from 7.0.0 to 7.0.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.0.0 to 7.0.1.
- [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/7.0.0...7.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-14 06:09:03 +00:00
dependabot[bot]
3579f2fd09
Bump pytest-asyncio from 0.18.0 to 0.18.1
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.0...v0.18.1 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-11 06:14:37 +00:00
kustermariocoding
34b8d938f7
added site blogi.pl
2022-02-10 14:32:47 +01:00
kustermariocoding
ea963af29b
added Bitwarden Forum
2022-02-10 14:17:20 +01:00
kustermariocoding
5ea5f6337d
added site Biggerpockets
2022-02-10 14:00:05 +01:00
kustermariocoding
292d0a2665
added site Bentbox
2022-02-10 13:42:33 +01:00
kustermariocoding
057bdce751
added site Bandlab
2022-02-10 13:24:29 +01:00
kustermariocoding
f051cc768e
added AvidCommunity Site
2022-02-10 12:06:56 +01:00
kustermariocoding
985f4075f4
added site Artistsnclients
2022-02-10 11:29:14 +01:00
kustermariocoding
d88abc6271
added site arduino.cc
2022-02-10 11:14:27 +01:00
kustermariocoding
63b99338d7
added new site appian
2022-02-10 10:35:50 +01:00
kustermariocoding
bd3503f3c8
added 101010.pl website to data.json
2022-02-08 14:51:59 +01:00
dependabot[bot]
d7f94076bf
Bump pytest-asyncio from 0.17.2 to 0.18.0 ( #340 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.17.2 to 0.18.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.2...v0.18.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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>
2022-02-08 12:28:58 +03:00
dependabot[bot]
10879c8bf3
Bump pytest from 6.2.5 to 7.0.0 ( #339 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.5 to 7.0.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/6.2.5...7.0.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 12:42:00 +03:00
dependabot[bot]
b48d126118
Bump pytest-httpserver from 1.0.3 to 1.0.4 ( #334 )
...
Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases )
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst )
- [Commits](https://github.com/csernazs/pytest-httpserver/compare/1.0.3...1.0.4 )
---
updated-dependencies:
- dependency-name: pytest-httpserver
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>
2022-01-29 00:10:17 +03:00
dependabot[bot]
c2c2707fb6
Bump multidict from 6.0.1 to 6.0.2 ( #333 )
...
Bumps [multidict](https://github.com/aio-libs/multidict ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/aio-libs/multidict/releases )
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/multidict/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: multidict
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>
2022-01-25 23:05:58 +03:00
dependabot[bot]
5e16edc003
Bump multidict from 5.2.0 to 6.0.1 ( #332 )
...
* Bump multidict from 5.2.0 to 6.0.1
Bumps [multidict](https://github.com/aio-libs/multidict ) from 5.2.0 to 6.0.1.
- [Release notes](https://github.com/aio-libs/multidict/releases )
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/multidict/compare/v5.2.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: multidict
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fixed Python 3.6 compatibility
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Soxoj <soxoj@protonmail.com >
2022-01-25 00:52:11 +03:00
Soxoj
e84b5e3d5d
Disable kinooh, sites list update workflow added ( #329 )
...
* Disable kinooh, sites list update workflow added
* Workflow update
2022-01-22 00:37:49 +03:00
Soxoj
4d65d03074
Disabled Ruboard ( #327 )
2022-01-21 02:11:08 +03:00
Soxoj
222e8d3d09
Update logo
2022-01-18 23:36:02 +03:00
dependabot[bot]
92c7e41439
Bump pytest-asyncio from 0.17.1 to 0.17.2 ( #323 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.1...v0.17.2 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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>
2022-01-18 17:34:08 +03:00
dependabot[bot]
55f941cf18
Bump pytest-asyncio from 0.17.0 to 0.17.1 ( #321 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.0...v0.17.1 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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>
2022-01-17 19:29:03 +03:00
imgbot[bot]
fa6bb1ee17
[ImgBot] Optimize images ( #319 )
...
*Total -- 1,424.29kb -> 846.97kb (40.53%)
/static/report_alexaimephotography_xmind_screenshot.png -- 772.80kb -> 351.39kb (54.53%)
/static/report_alexaimephotography_html_screenshot.png -- 606.94kb -> 451.06kb (25.68%)
/static/recursive_search.svg -- 44.55kb -> 44.52kb (0.07%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com >
2022-01-15 15:33:42 +03:00
Soxoj
58ae979904
Bumped to v0.4.1 ( #317 )
2022-01-15 12:51:27 +03:00
dependabot[bot]
e8d63ef273
Bump pytest-asyncio from 0.16.0 to 0.17.0 ( #314 )
...
* Bump pytest-asyncio from 0.16.0 to 0.17.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Python version specified for dependency (3.6 support was dropped)
* Pytest config fixes
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Soxoj <soxoj@protonmail.com >
2022-01-15 12:46:33 +03:00
Soxoj
41f2ae6faa
Codacademy fixed ( #316 )
2022-01-15 12:30:23 +03:00
Soxoj
6cf9b296e5
Pornhub search improved ( #315 )
2022-01-15 12:22:11 +03:00
dependabot[bot]
1301e66e90
Bump pycountry from 20.7.3 to 22.1.10 ( #313 )
...
Bumps [pycountry](https://github.com/flyingcircusio/pycountry ) from 20.7.3 to 22.1.10.
- [Release notes](https://github.com/flyingcircusio/pycountry/releases )
- [Changelog](https://github.com/flyingcircusio/pycountry/blob/master/HISTORY.txt )
- [Commits](https://github.com/flyingcircusio/pycountry/compare/20.7.3...22.1.10 )
---
updated-dependencies:
- dependency-name: pycountry
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-11 11:37:08 +03:00
Soxoj
549a8b43fe
Fixed TikTok checks ( #303 ) ( #306 )
2022-01-10 20:11:52 +03:00
Soxoj
2c33d797ce
Temporary fix for Twitter ( #299 ) ( #300 )
2022-01-08 19:15:57 +03:00
Soxoj
5c05cfa5bc
Fixed BongaCams, links parsing improved ( #297 )
...
* Fixed BongaCams, links parsing improved
* Fixed tests
2022-01-08 03:45:49 +03:00
Soxoj
3e884d4b76
Added aparat.com ( #294 )
2022-01-06 20:25:31 +03:00
dependabot[bot]
66c80aa878
Bump requests from 2.27.0 to 2.27.1 ( #293 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.27.0 to 2.27.1.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.27.0...v2.27.1 )
---
updated-dependencies:
- dependency-name: requests
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>
2022-01-06 11:45:50 +03:00
Antônio Marco da Silva
e51aba743a
changed Bayoushooter to use XenForo and foursquare to use correct checkType ( #289 )
...
* changed Bayoushooter to use XenForo and foursquare to use correct checkType
* fix: removed disable from Bayoushooter
Co-authored-by: Antonio Marco <antonio.marco@liferaftinc.com >
2022-01-04 17:23:04 +03:00
dependabot[bot]
55dea38b6b
Bump requests from 2.26.0 to 2.27.0 ( #292 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.27.0 )
---
updated-dependencies:
- dependency-name: requests
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>
2022-01-04 10:15:25 +03:00
Soxoj
d516c93bfc
Added dozen of sites, improved submit mode ( #288 )
2022-01-03 06:05:45 +03:00
Soxoj
e520418f6a
Bump to v0.4.0 ( #287 )
2022-01-03 01:44:11 +03:00
Soxoj
ecabf88c3a
Added a couple of sites, fixed false positives ( #286 )
2022-01-03 01:35:53 +03:00
dependabot[bot]
8801f7e6de
Bump attrs from 21.3.0 to 21.4.0 ( #283 )
...
Bumps [attrs](https://github.com/python-attrs/attrs ) from 21.3.0 to 21.4.0.
- [Release notes](https://github.com/python-attrs/attrs/releases )
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/python-attrs/attrs/compare/21.3.0...21.4.0 )
---
updated-dependencies:
- dependency-name: attrs
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>
2021-12-30 10:29:12 +03:00
dependabot[bot]
d52ff10186
Bump psutil from 5.8.0 to 5.9.0 ( #282 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.8.0...release-5.9.0 )
---
updated-dependencies:
- dependency-name: psutil
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>
2021-12-30 10:29:04 +03:00
dependabot[bot]
4ee65e0445
Bump attrs from 21.2.0 to 21.3.0 ( #281 )
...
Bumps [attrs](https://github.com/python-attrs/attrs ) from 21.2.0 to 21.3.0.
- [Release notes](https://github.com/python-attrs/attrs/releases )
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/python-attrs/attrs/compare/21.2.0...21.3.0 )
---
updated-dependencies:
- dependency-name: attrs
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>
2021-12-29 10:53:44 +03:00
Soxoj
1dfc45722b
Fixed some false positives ( #280 )
2021-12-26 19:47:26 +03:00
dependabot[bot]
bc8e29e92a
Bump async-timeout from 4.0.1 to 4.0.2 ( #275 )
...
Bumps [async-timeout](https://github.com/aio-libs/async-timeout ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/aio-libs/async-timeout/releases )
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: async-timeout
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>
2021-12-21 23:54:30 +03:00
Soxoj
c5df7ca990
Fixed votetags, updated issue template ( #278 )
2021-12-21 23:54:21 +03:00
Soxoj
bda85b290e
Fixed failed tests (thx to Meta aka Facebook) ( #273 )
2021-12-20 23:16:33 +03:00
dependabot[bot]
b781602474
Bump pytest-httpserver from 1.0.2 to 1.0.3 ( #270 )
...
Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases )
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst )
- [Commits](https://github.com/csernazs/pytest-httpserver/compare/1.0.2...1.0.3 )
---
updated-dependencies:
- dependency-name: pytest-httpserver
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>
2021-12-16 21:47:49 +03:00
dependabot[bot]
56ad1d1c60
Bump lxml from 4.6.5 to 4.7.1 ( #269 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.5 to 4.7.1.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.5...lxml-4.7.1 )
---
updated-dependencies:
- dependency-name: lxml
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>
2021-12-14 09:41:24 +03:00
dependabot[bot]
744ad1deda
Bump lxml from 4.6.4 to 4.6.5 ( #266 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.4 to 4.6.5.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.4...lxml-4.6.5 )
---
updated-dependencies:
- dependency-name: lxml
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>
2021-12-13 19:42:30 +03:00
Soxoj
aee9125c96
Disabled non-working sites, updated public sites list ( #263 )
2021-12-12 14:00:11 +03:00
Soxoj
262f97ce33
Fixed xHamster, added support of proxies to self-check mode ( #259 )
2021-12-10 23:01:56 +03:00
soxoj
4880b71246
Added false results buttons to reports, fixed some falses ( #256 )
2021-12-09 01:04:24 +03:00
soxoj
5f220b652d
Disabled non-working sites ( #255 )
...
* Disabled non-working sites
* Added invalid result issue template
2021-12-09 00:50:53 +03:00
soxoj
f533c30564
Fixed some false positives ( #254 )
2021-12-08 04:21:16 +03:00
dependabot[bot]
2b905ae996
Bump typing-extensions from 4.0.0 to 4.0.1 ( #253 )
...
Bumps [typing-extensions](https://github.com/python/typing ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/python/typing/releases )
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG )
- [Commits](https://github.com/python/typing/commits )
---
updated-dependencies:
- dependency-name: typing-extensions
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>
2021-12-01 18:01:42 +03:00
dependabot[bot]
c154cf9f23
Bump aiohttp-socks from 0.6.1 to 0.7.1 ( #250 )
...
Bumps [aiohttp-socks](https://github.com/romis2012/aiohttp-socks ) from 0.6.1 to 0.7.1.
- [Release notes](https://github.com/romis2012/aiohttp-socks/releases )
- [Commits](https://github.com/romis2012/aiohttp-socks/compare/v0.6.1...v0.7.1 )
---
updated-dependencies:
- dependency-name: aiohttp-socks
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>
2021-11-27 14:22:33 +03:00
dependabot[bot]
90ec62d657
Bump aiohttp-socks from 0.6.0 to 0.6.1 ( #249 )
...
Bumps [aiohttp-socks](https://github.com/romis2012/aiohttp-socks ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/romis2012/aiohttp-socks/releases )
- [Commits](https://github.com/romis2012/aiohttp-socks/compare/v0.6.0...v0.6.1 )
---
updated-dependencies:
- dependency-name: aiohttp-socks
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>
2021-11-24 00:22:00 +03:00
dependabot[bot]
09ae96e4da
Bump typing-extensions from 3.10.0.2 to 4.0.0 ( #245 )
...
Bumps [typing-extensions](https://github.com/python/typing ) from 3.10.0.2 to 4.0.0.
- [Release notes](https://github.com/python/typing/releases )
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG )
- [Commits](https://github.com/python/typing/compare/3.10.0.2...4.0.0 )
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-15 22:56:48 +03:00
dependabot[bot]
b664efc3f1
Bump aiohttp from 3.8.0 to 3.8.1 ( #246 )
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.1/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.0...v3.8.1 )
---
updated-dependencies:
- dependency-name: aiohttp
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>
2021-11-15 22:56:34 +03:00
dependabot[bot]
39a523c188
Bump soupsieve from 2.1 to 2.3.1 ( #239 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 2.1 to 2.3.1.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.1.0...2.3.1 )
---
updated-dependencies:
- dependency-name: soupsieve
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>
2021-11-14 17:43:38 +03:00
dependabot[bot]
d1c708e8c3
Bump chardet from 3.0.4 to 4.0.0 ( #241 )
...
Bumps [chardet](https://github.com/chardet/chardet ) from 3.0.4 to 4.0.0.
- [Release notes](https://github.com/chardet/chardet/releases )
- [Commits](https://github.com/chardet/chardet/compare/3.0.4...4.0.0 )
---
updated-dependencies:
- dependency-name: chardet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-14 17:43:26 +03:00
dependabot[bot]
954465f2d6
Bump pytest-asyncio from 0.14.0 to 0.16.0 ( #240 )
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.14.0 to 0.16.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.14.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
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>
2021-11-14 17:42:40 +03:00
dependabot[bot]
fb75e9e5a2
Bump arabic-reshaper from 2.1.1 to 2.1.3 ( #243 )
...
Bumps [arabic-reshaper](https://github.com/mpcabd/python-arabic-reshaper ) from 2.1.1 to 2.1.3.
- [Release notes](https://github.com/mpcabd/python-arabic-reshaper/releases )
- [Commits](https://github.com/mpcabd/python-arabic-reshaper/compare/v2.1.1...v2.1.3 )
---
updated-dependencies:
- dependency-name: arabic-reshaper
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>
2021-11-14 17:42:30 +03:00
dependabot[bot]
ef8f9ce15b
Bump tqdm from 4.55.0 to 4.62.3 ( #242 )
...
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.55.0 to 4.62.3.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.55.0...v4.62.3 )
---
updated-dependencies:
- dependency-name: tqdm
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>
2021-11-14 17:42:11 +03:00
dependabot[bot]
0aec913eee
Bump pytest from 6.2.4 to 6.2.5 ( #238 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.4 to 6.2.5.
- [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/6.2.4...6.2.5 )
---
updated-dependencies:
- dependency-name: pytest
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>
2021-11-14 17:26:41 +03:00
dependabot[bot]
fa064b6c1b
Bump jinja2 from 3.0.2 to 3.0.3 ( #235 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: jinja2
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>
2021-11-14 17:26:29 +03:00
dependabot[bot]
7f151a0d6a
Bump psutil from 5.7.0 to 5.8.0 ( #234 )
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.7.0...release-5.8.0 )
---
updated-dependencies:
- dependency-name: psutil
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>
2021-11-14 17:26:17 +03:00
dependabot[bot]
8b20799a34
Bump async-timeout from 4.0.0 to 4.0.1 ( #236 )
...
Bumps [async-timeout](https://github.com/aio-libs/async-timeout ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/aio-libs/async-timeout/releases )
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: async-timeout
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>
2021-11-14 17:26:02 +03:00
dependabot[bot]
6477a36ae1
Bump yarl from 1.6.3 to 1.7.2 ( #237 )
...
Bumps [yarl](https://github.com/aio-libs/yarl ) from 1.6.3 to 1.7.2.
- [Release notes](https://github.com/aio-libs/yarl/releases )
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/yarl/compare/v1.6.3...v1.7.2 )
---
updated-dependencies:
- dependency-name: yarl
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>
2021-11-14 17:25:20 +03:00
dependabot[bot]
a7a56839a9
Bump pytest-rerunfailures from 9.1.1 to 10.2 ( #230 )
...
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) from 9.1.1 to 10.2.
- [Release notes](https://github.com/pytest-dev/pytest-rerunfailures/releases )
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/9.1.1...10.2 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-12 13:42:15 +03:00
dependabot[bot]
b33656c02c
Bump pefile from 2019.4.18 to 2021.9.3 ( #229 )
...
Bumps [pefile](https://github.com/erocarrera/pefile ) from 2019.4.18 to 2021.9.3.
- [Release notes](https://github.com/erocarrera/pefile/releases )
- [Commits](https://github.com/erocarrera/pefile/compare/v2019.4.18...v2021.9.3 )
---
updated-dependencies:
- dependency-name: pefile
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-12 13:30:00 +03:00
dependabot[bot]
c5ac36affe
Bump lxml from 4.6.3 to 4.6.4 ( #231 )
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.3 to 4.6.4.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.6.4 )
---
updated-dependencies:
- dependency-name: lxml
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>
2021-11-12 13:29:23 +03:00
dependabot[bot]
e4f87e1a9b
Bump pytest-httpserver from 1.0.0 to 1.0.2 ( #232 )
...
Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver ) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases )
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst )
- [Commits](https://github.com/csernazs/pytest-httpserver/compare/1.0.0...1.0.2 )
---
updated-dependencies:
- dependency-name: pytest-httpserver
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>
2021-11-12 13:29:14 +03:00
dependabot[bot]
b7b902f108
Bump certifi from 2020.12.5 to 2021.10.8 ( #233 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2020.12.5 to 2021.10.8.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2021.10.08 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-12 13:29:06 +03:00
dependabot[bot]
447cd8511c
Bump mock from 4.0.2 to 4.0.3 ( #226 )
...
Bumps [mock](https://github.com/testing-cabal/mock ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/testing-cabal/mock/releases )
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/testing-cabal/mock/compare/4.0.2...4.0.3 )
---
updated-dependencies:
- dependency-name: mock
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>
2021-11-11 23:13:06 +03:00
dependabot[bot]
220c749af3
Bump pytest-cov from 2.10.1 to 3.0.0 ( #227 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 2.10.1 to 3.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.1...v3.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-11 13:07:41 +03:00
dependabot[bot]
9e6d38dfea
Bump idna from 2.10 to 3.3 ( #228 )
...
Bumps [idna](https://github.com/kjd/idna ) from 2.10 to 3.3.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v2.10...v3.3 )
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-11 13:07:23 +03:00
dependabot[bot]
1283ac01bf
Bump multidict from 5.1.0 to 5.2.0 ( #225 )
...
Bumps [multidict](https://github.com/aio-libs/multidict ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/aio-libs/multidict/releases )
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/multidict/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: multidict
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>
2021-11-11 13:07:00 +03:00
dependabot[bot]
dbcd52da81
Bump typing-extensions from 3.7.4.3 to 3.10.0.2 ( #224 )
...
Bumps [typing-extensions](https://github.com/python/typing ) from 3.7.4.3 to 3.10.0.2.
- [Release notes](https://github.com/python/typing/releases )
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG )
- [Commits](https://github.com/python/typing/compare/3.7.4.3...3.10.0.2 )
---
updated-dependencies:
- dependency-name: typing-extensions
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>
2021-11-11 13:06:49 +03:00
dependabot[bot]
3e370ce967
Bump aiohttp-socks from 0.5.5 to 0.6.0 ( #222 )
...
* Bump aiohttp-socks from 0.5.5 to 0.6.0
Bumps [aiohttp-socks](https://github.com/romis2012/aiohttp-socks ) from 0.5.5 to 0.6.0.
- [Release notes](https://github.com/romis2012/aiohttp-socks/releases )
- [Commits](https://github.com/romis2012/aiohttp-socks/compare/v0.5.5...v0.6.0 )
---
updated-dependencies:
- dependency-name: aiohttp-socks
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update requirements.txt
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2021-11-10 19:40:58 +03:00
dependabot[bot]
0bc11da598
Bump aiohttp from 3.7.4 to 3.8.0 ( #220 )
...
* Bump aiohttp from 3.7.4 to 3.8.0
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.7.4 to 3.8.0.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.8.0 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update requirements.txt
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com >
2021-11-10 16:31:28 +03:00
dependabot[bot]
0a6d2bed2e
Bump flake8 from 3.8.4 to 4.0.1 ( #219 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 3.8.4 to 4.0.1.
- [Release notes](https://github.com/pycqa/flake8/releases )
- [Commits](https://github.com/pycqa/flake8/compare/3.8.4...4.0.1 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 16:16:04 +03:00
dependabot[bot]
2059e69e99
Bump six from 1.15.0 to 1.16.0 ( #221 )
...
Bumps [six](https://github.com/benjaminp/six ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/benjaminp/six/releases )
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES )
- [Commits](https://github.com/benjaminp/six/compare/1.15.0...1.16.0 )
---
updated-dependencies:
- dependency-name: six
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>
2021-11-10 16:12:25 +03:00
soxoj
10523e98c5
Create dependabot.yml
2021-11-10 15:52:47 +03:00
soxoj
cae9bf99ff
Fixes for win32 release ( #218 )
2021-11-09 23:14:42 +03:00
soxoj
7decbce08d
Box drawing logic improved, added new settings ( #217 )
2021-11-09 02:33:31 +03:00
soxoj
c0f2a550f5
Fixed path and names of report files ( #216 )
2021-11-09 00:21:19 +03:00
soxoj
6688479c1c
Create bug.md ( #213 )
2021-11-08 19:52:53 +03:00
soxoj
3dc8ae1f41
Update README.md
2021-11-07 22:06:57 +03:00
soxoj
1290a9863f
PyInstaller workflow ( #206 )
...
* PyInstaller workflow
2021-11-07 20:12:30 +03:00
soxoj
282a3bef73
Merge pull request #210 from soxoj/settings-logging
...
Removed redundant logging
2021-11-07 18:53:35 +03:00
Soxoj
1b9ce3bac7
Removed redundant logging
2021-11-07 18:52:56 +03:00
soxoj
1931877756
Merge pull request #207 from soxoj/cli-export
...
Added export of cli entrypoint
2021-11-07 18:16:38 +03:00
soxoj
646265791a
Added export of cli entrypoint
2021-11-07 18:14:48 +03:00
soxoj
e38e302b6d
Merge pull request #204 from soxoj/settings-new-configs
...
New config options added
2021-11-06 14:37:01 +03:00
soxoj
4ff19970dd
Merge branch 'main' into settings-new-configs
2021-11-06 14:31:29 +03:00
Soxoj
267d9e505b
New config options added
2021-11-06 14:29:56 +03:00
soxoj
979e0c4dd4
Merge pull request #203 from soxoj/settings-docs
...
Documentation and settings improved
2021-11-06 08:35:09 +03:00
Soxoj
24a446bd3a
Merge branch 'main' into settings-docs
2021-11-06 08:27:58 +03:00
Soxoj
7a362406d5
Documentation and settings improved
2021-11-06 08:24:12 +03:00
soxoj
cc0ecb49d4
Merge pull request #200 from soxoj/settings-improving
...
Added cascade settings loading from ~/.maigret/settings.json and ./settings.json
2021-11-05 13:59:49 +03:00
soxoj
216e02111e
Merge pull request #201 from soxoj/codeql-run-fix
...
Run CodeQL only aflter merge and each Saturday
2021-11-05 13:57:25 +03:00
soxoj
59f573e754
Run CodeQL only aflter merge and each Saturday
2021-11-05 13:57:00 +03:00
soxoj
d993c4883e
Merge branch 'main' into settings-improving
2021-11-05 13:47:39 +03:00
Soxoj
f81a500d72
Added cascade settings loading from ~/.maigret/settings.json and ./settings.json
2021-11-05 13:46:17 +03:00
soxoj
89711ff036
Merge pull request #199 from soxoj/dockerfile-update-05-11
...
Upgraded base docker image
2021-11-05 11:58:56 +03:00
Soxoj
dc8fdc25f5
Upgraded base docker image
2021-11-05 11:57:51 +03:00
soxoj
4f5222df1c
Merge pull request #198 from soxoj/doc-link
...
Added link to documentation
2021-11-04 23:48:59 +03:00
soxoj
1a0db9032d
Added link to documentation
2021-11-04 23:48:34 +03:00
soxoj
b4a13562a2
Merge pull request #196 from JasperJuergensen/main
...
Fix incompatible version requirements
2021-11-04 23:45:53 +03:00
Jasper Jürgensen
fa3225a7cf
Update MarkupSafe to 2.0.1
...
Fix dependency conflict with jinja2==3.0.2
2021-11-04 21:43:08 +01:00
Jasper Jürgensen
6aef69cc81
Update dependencies
...
- attrs from 20.3.0 to 21.2.0
- jinja2 from 2.11.3 to 3.0.2
2021-11-04 16:16:16 +00:00
soxoj
74665283ed
Merge pull request #195 from soxoj/readthedocs-build-reqs
...
Created ReadTheDocs requirements file
2021-11-02 20:22:21 +03:00
soxoj
4ce241893b
Created ReadTheDocs requirements file
2021-11-02 20:22:00 +03:00
soxoj
784eec7748
Merge pull request #194 from egornagornov/read-the-docs
...
Move wiki pages to ReadTheDocs
2021-11-02 20:11:24 +03:00
Egor Nagornov
eeab6ba82c
Move wiki pages to ReadTheDocs
2021-11-02 17:21:27 +07:00
Soxoj
516861e0ae
Some security fixes
...
Added link to Patreon
2021-10-31 22:41:59 +03:00
soxoj
87a7a2cc59
Merge pull request #191 from soxoj/codeql-analysis
...
Create codeql-analysis.yml
2021-10-31 20:35:27 +03:00
soxoj
8f86d76db6
Create codeql-analysis.yml
2021-10-31 20:35:16 +03:00
soxoj
290c162094
Merge pull request #190 from Lab-Osintitalia/main
...
Snapcraft yaml added
2021-10-31 19:52:22 +03:00
soxoj
63a7e8feac
Merge pull request #189 from soxoj/additional-speed-up
...
Delayed import of requests module, speed check command, reqs updated
2021-10-31 19:43:41 +03:00
Soxoj
e3b4512c47
Delayed import of requests module, speed check command, reqs updated
2021-10-31 19:37:26 +03:00
soxoj
37854a867b
Merge pull request #188 from soxoj/fp-fixes-speed-up
...
Accelerated start time & fixed some false positives
2021-10-31 18:35:26 +03:00
Soxoj
6480eebbdf
Accelerated start time & fixed some false positives
2021-10-31 18:25:01 +03:00
Lab-Osintitalia
c57204ff2f
Update snapcraft.yaml
2021-10-03 10:53:16 +02:00
Lab-Osintitalia
c147f19c3a
Update snapcraft.yaml
2021-10-03 10:44:38 +02:00
Lab-Osintitalia
998ff2e4e6
Update snapcraft.yaml
2021-10-03 10:44:13 +02:00
Lab-OsintItalia
0dd3f2e137
added snapcraft and bin folder
2021-10-03 10:42:04 +02:00
soxoj
aad862b2ed
Merge pull request #187 from soxoj/false-positive-fixes-04-09
...
Fixed some false positives from telegram bot
2021-09-04 18:26:29 +03:00
Soxoj
c6d0f332bd
Fixed some false positives from telegram bot
2021-09-04 18:10:56 +03:00
soxoj
f1c006159e
Merge pull request #186 from soxoj/reddit-fix
...
Reddit search fixed
2021-09-04 18:02:02 +03:00
Soxoj
69a09fcd94
Reddit search fixed
2021-09-04 17:50:35 +03:00
soxoj
9f948928e6
Merge pull request #181 from soxoj/sites-fixes-18-07-21
...
False positives fixes
2021-07-18 23:00:32 +03:00
Soxoj
a3034c11ff
False positives fixes
2021-07-18 20:25:21 +03:00
soxoj
d47c72b972
Merge pull request #179 from soxoj/sites-fixes-04-07-21
...
Added new sites and fixed some fp
2021-07-05 00:23:02 +03:00
Soxoj
8062ec30e9
Added new sites and fixed some fp
2021-07-05 00:17:05 +03:00
soxoj
32000a1cfd
Merge pull request #178 from soxoj/url-source-fix
...
Fixed DB loading from URL
2021-07-02 23:33:09 +03:00
Soxoj
8af6ce3af5
Fixed DB loading from URL
2021-07-02 23:30:44 +03:00
soxoj
0dd1dd5d76
Merge pull request #176 from soxoj/google-plus
...
Added checking of Google Plus account through Wayback machine
2021-06-27 13:36:06 +03:00
Soxoj
4aab21046b
Added checking of Google Plus account through Wayback machine
2021-06-27 13:33:25 +03:00
soxoj
92ac9ec8b7
Merge pull request #175 from soxoj/new-sites-26-06-21
...
Added new sites
2021-06-26 13:16:18 +03:00
Soxoj
ca2c8b3502
Added new sites
2021-06-26 13:12:45 +03:00
soxoj
4362a41fca
Merge pull request #174 from soxoj/graph-report-draft
...
Draft of graph report
2021-06-21 22:27:40 +03:00
Soxoj
c7977f1cdf
Draft of graph report
2021-06-21 22:20:51 +03:00
soxoj
49708da980
Update README.md
2021-06-13 03:18:36 +03:00
soxoj
bc1398061f
Merge pull request #172 from soxoj/dockerfile-update
...
Dockerfile update
2021-06-13 01:52:35 +03:00
Soxoj
e8634c8c56
Dockerfile update
2021-06-13 01:50:36 +03:00
soxoj
dc59b93f38
Merge pull request #171 from soxoj/add-code-of-conduct-1
...
Create CODE_OF_CONDUCT.md
2021-06-13 01:25:59 +03:00
soxoj
c727cbae27
Create CODE_OF_CONDUCT.md
2021-06-13 01:25:50 +03:00
soxoj
e6c6cc8f6d
Update issue templates
2021-06-13 01:22:55 +03:00
soxoj
c80e8b1207
Create CONTRIBUTING.md
2021-06-13 01:17:28 +03:00
soxoj
6e78fdeb81
Merge pull request #170 from soxoj/readme-links-fixes
...
Fixed links to static files in README
2021-06-13 00:51:04 +03:00
Soxoj
9c22e09808
Fixed links to static files in README
2021-06-13 00:49:43 +03:00
soxoj
f057fd3a68
Merge pull request #169 from soxoj/submit-mode-refactoring
...
Refactoring of submit module, some fixes
2021-06-13 00:45:37 +03:00
Soxoj
9b0acc092a
Refactoring of submit module, some fixes
2021-06-13 00:43:28 +03:00
soxoj
e6b4cdfa77
Added README views counter
2021-06-06 18:25:06 +03:00
Soxoj
eb721dc7e3
Makefile, some fixes
2021-06-06 17:32:04 +03:00
soxoj
eba0c4531c
Merge pull request #167 from soxoj/fixes-04-06-21
...
Fixed some false positives
2021-06-04 02:59:53 +03:00
Soxoj
b4a26c03fe
Fixed some false positives
2021-06-04 02:57:32 +03:00
soxoj
9b7f36dc24
Merge pull request #166 from soxoj/0.3.0
...
Bump to 0.3.0
2021-06-03 00:13:35 +03:00
Soxoj
05167ad30c
Bump to 0.3.0
2021-06-02 23:58:06 +03:00
soxoj
cee6f0aa43
Merge pull request #165 from soxoj/i2p-support
...
Added I2P sites support
2021-06-02 23:49:05 +03:00
Soxoj
02cf330e37
Added I2P sites support
2021-06-02 23:45:11 +03:00
soxoj
5c8f7a3af0
Merge pull request #164 from soxoj/dns-checks-some-fixes
...
Added some domains for new DNS checker, fixed reports generation crashes
2021-06-02 23:26:26 +03:00
Soxoj
13e1b6f4d1
Added some domains for new DNS checker, fixed reports generation crashes
2021-06-02 23:16:44 +03:00
soxoj
5179cb56eb
Merge pull request #163 from soxoj/sites-01-06-21
...
Added several sites
2021-06-01 00:30:19 +03:00
Soxoj
1a2c7e944a
Added several sites
2021-06-01 00:28:14 +03:00
soxoj
f7eae046a1
Merge pull request #162 from soxoj/new-sites-26-05-21
...
Added some new sites
2021-05-26 23:15:21 +03:00
Soxoj
bdff08cb70
Added some new sites
2021-05-26 23:08:30 +03:00
soxoj
a468cb1cd3
Merge pull request #161 from soxoj/xmind-report-fix
...
XMind report generation fix
2021-05-25 23:16:28 +03:00
Soxoj
0fe933e8a1
XMind report generation fix
2021-05-25 23:11:25 +03:00
soxoj
5c3de91181
Merge pull request #160 from soxoj/report-sort-fix
...
Fix for empty status in results data
2021-05-23 14:19:10 +03:00
Soxoj
3356463102
Fix for empty status in results data
2021-05-23 14:17:06 +03:00
soxoj
7ac03cf5ca
Merge pull request #159 from soxoj/reports-data-sorting
...
Sort by number of data points (#105 )
2021-05-22 20:26:37 +03:00
Soxoj
4aeacef07d
Sort by number of data points ( #105 )
2021-05-22 20:23:53 +03:00
soxoj
8de1830cf3
Merge pull request #158 from soxoj/dns-resolving
...
Added DNS checker
2021-05-22 03:16:47 +03:00
Soxoj
ba6169659e
Added DNS checker
2021-05-22 03:12:04 +03:00
soxoj
4a5c5c3f07
Update README.md
2021-05-21 02:17:19 +03:00
soxoj
4ba7fcb1ff
Merge pull request #157 from soxoj/tor-checking
...
Added checker of Tor sites
2021-05-20 23:30:08 +03:00
Soxoj
a76f95858f
Added checker of Tor sites
2021-05-20 23:26:02 +03:00
soxoj
bea900dda0
Merge pull request #155 from soxoj/0.2.4
...
Bump to 0.2.4
2021-05-18 01:20:00 +03:00
Soxoj
bb1bde833d
Bump to 0.2.4
2021-05-18 01:17:35 +03:00
soxoj
5b405c6abb
Merge pull request #154 from soxoj/tests-improving
...
Improved tests
2021-05-18 00:57:31 +03:00
Soxoj
99fa58ceed
Disabled Twitter activation test
2021-05-18 00:55:18 +03:00
Soxoj
c71e404f63
Added test dependencies
2021-05-18 00:49:13 +03:00
Soxoj
2c04ccce57
Improved tests
2021-05-18 00:43:56 +03:00
soxoj
435db7cdc9
Merge pull request #153 from soxoj/sites-update-16-05-21
...
Several sites added, updated site list
2021-05-17 00:35:56 +03:00
Soxoj
413a0502a4
Several sites added, updated site list
2021-05-16 17:02:41 +03:00
soxoj
2aedcc3166
Merge pull request #152 from soxoj/cli-plaintext-report
...
Added text report to CLI output
2021-05-15 16:57:22 +03:00
Soxoj
28835204f5
Added text report to CLI output
2021-05-15 16:55:05 +03:00
soxoj
b11a247dfd
Merge pull request #151 from soxoj/tags-socid-extractor
...
Tags updated, added tests for tags
2021-05-15 14:55:01 +03:00
Soxoj
c9219d91ec
Tags updated, added tests for tags
...
Added several sites
Updated socid_extractor version to avoid bug #150
2021-05-15 14:51:30 +03:00
soxoj
aa6cd0eca9
Merge pull request #149 from soxoj/0.2.3
...
Bump to 0.2.3
2021-05-12 22:40:02 +03:00
Soxoj
38e5d5c664
Bump to 0.2.3
2021-05-12 22:37:19 +03:00
soxoj
8a562d06ae
Merge pull request #148 from soxoj/sites-updates-12-05
...
Fixed Anobii, added several new sites
2021-05-12 19:27:19 +03:00
Soxoj
aa50ee9672
Fixed Anobii, added several new sites
2021-05-12 19:25:14 +03:00
soxoj
51327f9647
Merge pull request #146 from soxoj/links-sites
...
Added several links sites
2021-05-10 14:21:48 +03:00
Soxoj
4a368c9bb6
Added several links sites
2021-05-10 14:19:52 +03:00
soxoj
6fd5f6e33a
Update build-docker-image.yml
2021-05-10 02:51:56 +03:00
soxoj
fa3db9c39c
Merge pull request #144 from soxoj/stackoverflow
...
Added fuzzy search by StackOverflow
2021-05-10 00:42:02 +03:00
Soxoj
5912ad4fbc
Added fuzzy search by StackOverflow
2021-05-10 00:39:36 +03:00
soxoj
ee36dc0187
Merge pull request #143 from soxoj/tags-updates-1
...
Tags sorting and some updates
2021-05-09 23:21:57 +03:00
Soxoj
9eb62e4e22
Tags sorting and some updates
2021-05-09 23:19:41 +03:00
soxoj
ead048af93
Merge pull request #142 from soxoj/photo-sites-1
...
Photo sites added
2021-05-09 18:24:33 +03:00
Soxoj
acc751ff98
Photo sites added
2021-05-09 16:48:46 +03:00
soxoj
b7bdd71cf0
Merge pull request #141 from soxoj/tags-update-script
...
Tags updates, script added
2021-05-09 16:47:41 +03:00
Soxoj
43f189f774
Tags updates, script added
2021-05-09 16:25:42 +03:00
soxoj
5bda7fb339
Merge pull request #140 from soxoj/tags-updates
...
Tags updates
2021-05-09 00:18:53 +03:00
Soxoj
414523a8ac
Tags updates
2021-05-09 00:16:58 +03:00
soxoj
6d4e268706
Merge pull request #139 from soxoj/photo-sites
...
Added some photo sites, improved errors detecting
2021-05-08 20:39:46 +03:00
Soxoj
b696b982f4
Added some photo sites, improved errors detecting
2021-05-08 20:37:34 +03:00
soxoj
d4234036c0
Merge pull request #137 from soxoj/minor-fixes
...
Version patch and some minor fixes
2021-05-08 16:57:30 +03:00
Soxoj
b57c70091c
Added __version__.py
2021-05-08 16:55:49 +03:00
Soxoj
e90df3560b
Version patch and some minor fixes
2021-05-08 16:46:38 +03:00
soxoj
bc6ee48b8c
Merge pull request #136 from soxoj/dockerhub-image
...
Create build-docker-image.yml
2021-05-08 15:41:57 +03:00
soxoj
e70bdf3789
Readme update
2021-05-08 15:41:38 +03:00
soxoj
84f9d417cf
Create build-docker-image.yml
2021-05-08 15:16:37 +03:00
soxoj
4333c40be7
Merge pull request #135 from soxoj/new-sites-08-05-21
...
Added Weibo, Reddit BigData search, Wigle and several other sites
2021-05-08 13:56:06 +03:00
Soxoj
9e504c0094
Added Weibo, Reddit BigData search, Wigle and several other sites
2021-05-08 13:54:25 +03:00
soxoj
2f752a0368
Merge pull request #132 from soxoj/yelp
...
Added Yelp and yelp_userid support
2021-05-08 03:36:23 +03:00
Soxoj
53e9dab677
Added Yelp and yelp_userid support
2021-05-08 03:34:03 +03:00
soxoj
11b70a2a48
Merge pull request #131 from soxoj/facebook-ids-fixes
...
Facebook parsing fixed, website field added
2021-05-08 02:38:54 +03:00
Soxoj
960708ef2e
Facebook parsing fixed, website field added
2021-05-08 02:25:54 +03:00
soxoj
e6f6d8735d
Merge pull request #130 from soxoj/tags-stabilization
...
Tags markup stabilization
2021-05-08 01:04:46 +03:00
Soxoj
f77d7d307a
Tags markup stabilization
2021-05-08 00:59:54 +03:00
soxoj
158f739a59
Merge pull request #129 from soxoj/0.2.2
...
Updated sites, improved submit dialog, bump to 0.2.2
2021-05-07 12:30:55 +03:00
Soxoj
b6a207d0e3
Updated sites, improved submit dialog, bump to 0.2.2
2021-05-07 12:27:24 +03:00
soxoj
d59867b0d9
Merge pull request #128 from soxoj/sites-improvements
...
Added several sites, some improvements
2021-05-07 01:23:23 +03:00
Soxoj
2145027196
Added several sites, some improvements
2021-05-07 01:20:20 +03:00
soxoj
386e9eba4f
Merge pull request #127 from soxoj/extraction-notify-tests
...
Improve extracting ids from URLs, tests
2021-05-06 22:38:22 +03:00
Soxoj
0e9655c46a
Improve extracting ids from URLs, tests
2021-05-06 22:35:44 +03:00
soxoj
009d51c380
Merge pull request #126 from soxoj/main-refactoring
...
Main maigret function refactoring
2021-05-05 23:32:27 +03:00
Soxoj
78e9688ece
Test data fix
2021-05-05 23:27:30 +03:00
Soxoj
3cbb9df7b3
Main maigret function refactoring
2021-05-05 18:02:13 +03:00
soxoj
2fb1f19948
Merge pull request #125 from soxoj/argparser-tests
...
CLI arguments improvements, tests added
2021-05-05 15:34:36 +03:00
Soxoj
3b91a9cd31
CLI arguments improvements, tests added
2021-05-05 15:27:56 +03:00
soxoj
9858e71349
Merge pull request #124 from soxoj/refactoring-complexity-decrease
...
Refactored to decrease cyclomatic complexity
2021-05-05 10:59:11 +03:00
Soxoj
c88e194d07
Refactored to decrease cyclomatic complexity
2021-05-05 10:55:33 +03:00
soxoj
ad5c7fbc7d
Merge pull request #123 from soxoj/new-sites-engines
...
Added some new sites, engines updates
2021-05-03 03:18:40 +03:00
Soxoj
66d6c7a93c
Added some new sites, engines updates
2021-05-03 03:16:02 +03:00
soxoj
bdfb4911ce
Merge pull request #122 from soxoj/0.2.1-bugfix
...
Fixed json report generation bug, bump to 0.2.1
2021-05-02 20:14:22 +03:00
Soxoj
951be44452
Fixed test fixture scope
2021-05-02 20:12:36 +03:00
Soxoj
188edc1b7f
Fixed json report generation bug, bump to 0.2.1
2021-05-02 20:06:15 +03:00
soxoj
ec0d3a1f70
Merge pull request #121 from soxoj/0.2.0
...
Bump to 0.2.0, yank 0.1.20
2021-05-02 20:02:58 +03:00
Soxoj
a084203ee1
Bump to 0.2.0, yank 0.1.20
2021-05-02 20:00:20 +03:00
soxoj
1afdda7336
Merge pull request #119 from soxoj/0.1.20
...
Bump to 0.1.20
2021-05-02 12:05:08 +03:00
Soxoj
252d12ff9e
Bump to 0.1.20
2021-05-02 12:02:53 +03:00
soxoj
6afb17e24f
Merge pull request #118 from soxoj/submit-improving-new-sites
...
Some sites added, submit mode improved
2021-05-02 11:08:52 +03:00
Soxoj
7fdd965bb2
Some sites added, submit mode improved
2021-05-02 11:06:37 +03:00
soxoj
8e30e969f9
Merge pull request #117 from soxoj/retries-refactoring
...
Introduced `--retries` flag, made thorough refactoring
2021-05-01 23:58:28 +03:00
Soxoj
5ee91f6659
Introduced --retries flag, made thorough refactoring
...
- updated sites list
- test scripts linting
2021-05-01 23:54:01 +03:00
soxoj
7fd4a2c516
Merge pull request #116 from soxoj/refactoring-errors
...
Refactoring and linting, added notifications about frequent search errors
2021-04-30 12:06:29 +03:00
Soxoj
bfa6afac32
Refactoring and linting, added notifications about frequent search errors
2021-04-30 12:03:13 +03:00
soxoj
bfaf276f6e
Merge pull request #115 from soxoj/submit-source-improving
...
Added some new sites, implemented filtering by source site with `--na…
2021-04-29 17:18:31 +03:00
Soxoj
c9194b20ba
Added some new sites, implemented filtering by source site with --name, improved submit mode
2021-04-29 17:11:17 +03:00
soxoj
a30a012550
Merge pull request #114 from soxoj/new-sites-source-feature
...
Added some new sites and introduced 'source' feature
2021-04-29 15:17:13 +03:00
Soxoj
2cdc9bb276
Added some new sites and introduced 'source' feature
2021-04-29 15:14:21 +03:00
soxoj
99fc6c8a8f
Merge pull request #113 from soxoj/errors-stats
...
Errors stats MVP, some fp fixes
2021-04-25 01:13:39 +03:00
Soxoj
b269c4a8e0
Added new modules
2021-04-25 01:12:15 +03:00
Soxoj
f43dc5bd6f
Errors stats MVP, some fp fixes
2021-04-25 01:08:23 +03:00
soxoj
83cda9e37f
Merge pull request #112 from soxoj/tapd-added
...
Sites update
2021-04-19 00:25:55 +03:00
soxoj
cc3df85690
Merge branch 'main' into tapd-added
2021-04-18 22:40:27 +03:00
Soxoj
8007e92021
Sites update
2021-04-18 22:38:30 +03:00
soxoj
daaddbde4e
Merge pull request #111 from soxoj/fp-fixes-18-04-21
...
Some false positives fixes
2021-04-18 15:26:11 +03:00
Soxoj
cea5073962
Some false positives fixes
2021-04-18 15:20:35 +03:00
soxoj
b345512489
Merge pull request #110 from soxoj/0.1.19
...
Bump to 0.1.19
2021-04-14 23:16:30 +03:00
Soxoj
786cb59145
Bump to 0.1.19
2021-04-14 23:14:33 +03:00
soxoj
481baddec6
Merge pull request #109 from soxoj/fp-fixes
...
Some false positive fixes
2021-04-12 23:18:47 +03:00
Soxoj
ecb3d76581
Some false positive fixes
2021-04-12 23:16:26 +03:00
soxoj
8a8fab5bed
Merge pull request #108 from soxoj/async-tasks-timeout
...
Added asyncio tasks with timeouts, non-blocking work with queue
2021-04-12 23:01:59 +03:00
Soxoj
2fee65fe4e
Added asyncio tasks with timeouts, non-blocking work with queue
2021-04-11 17:56:27 +03:00
soxoj
dabba859f3
Merge pull request #107 from soxoj/main-module-bugfix
...
Fixed maigret-as-a-module start
2021-04-06 00:36:45 +03:00
Soxoj
74d4d40abd
Fixed maigret-as-a-module start
2021-04-06 00:33:39 +03:00
soxoj
d6f6d78d3f
Merge pull request #104 from soxoj/ascii-tree-bugfix
...
Fixed ascii tree bug
2021-04-02 09:08:14 +03:00
Soxoj
1b61c5085e
Fixed ascii tree bug
2021-04-02 09:03:22 +03:00
soxoj
01e20518c1
Merge pull request #100 from soxoj/fp-fixes
...
Fixed some false positives
2021-03-31 23:20:18 +03:00
Soxoj
8477385289
Fixed some false positives
2021-03-31 23:17:47 +03:00
soxoj
491dd8f166
Merge pull request #99 from soxoj/no-progressbar-option
...
Added `--no-progressbar` flag
2021-03-30 19:47:42 +03:00
Soxoj
c64b7a1c85
Added --no-progressbar flag
2021-03-30 19:44:01 +03:00
soxoj
03511a7a8f
Merge pull request #97 from soxoj/wizard
...
Some API improvements
2021-03-30 01:16:12 +03:00
Soxoj
7f1a0fae03
Some API improvements
2021-03-30 01:14:46 +03:00
soxoj
b0de174df2
Merge pull request #96 from soxoj/wizard
...
Added search wizard script as an API usage example
2021-03-30 01:11:12 +03:00
Soxoj
b5db3f0035
Added search wizard script as an API usage example
2021-03-30 01:09:06 +03:00
soxoj
53d698bb7b
Merge pull request #95 from soxoj/socid-bump
...
Updated socid_extractor version
2021-03-30 00:37:02 +03:00
soxoj
23fff42ca7
Merge pull request #94 from soxoj/dependabot/pip/lxml-4.6.3
...
Bump lxml from 4.6.2 to 4.6.3
2021-03-30 00:34:13 +03:00
Soxoj
51d9e6f5f6
Bump to v0.1.17
2021-03-30 00:33:51 +03:00
Soxoj
640c04f20b
Updated socid_extractor version
2021-03-30 00:31:40 +03:00
dependabot[bot]
69f78e331b
Bump lxml from 4.6.2 to 4.6.3
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 21:25:19 +00:00
soxoj
69c315b00e
Merge pull request #93 from soxoj/docs-requirements
...
Documentation and API improving
2021-03-30 00:24:49 +03:00
Soxoj
b755628a1d
Documentation and API improving
2021-03-30 00:19:17 +03:00
soxoj
7490a412db
Merge pull request #92 from soxoj/ignore403-bugfix
...
Fixed bug with ignore403 for engine-based sites
2021-03-28 17:40:35 +03:00
Soxoj
2741680d4a
Fixed bug with ignore403 for engine-based sites
2021-03-28 17:37:18 +03:00
soxoj
e5fc221ce2
Merge pull request #91 from soxoj/async-3.6.9-fix
...
Fix of 3.6.9 asyncio create_task error
2021-03-24 21:43:11 +03:00
Soxoj
a044e3dd79
Fix of 3.6.9 asyncio create_task error
2021-03-24 21:37:56 +03:00
soxoj
6da4ff1e7b
Merge pull request #89 from soxoj/v0.1.16
...
Bump to 0.1.16
2021-03-21 18:58:48 +03:00
Soxoj
eb2442401d
Bump to 0.1.16
2021-03-21 18:50:13 +03:00
soxoj
d23d24eeca
Merge pull request #88 from soxoj/parsing-mode-improve
...
Improving "parse" mode for extracting usernames and other info for a …
2021-03-21 18:41:17 +03:00
Soxoj
a2ddb15f09
Improving "parse" mode for extracting usernames and other info for a further search
2021-03-21 18:34:57 +03:00
soxoj
e90e85d2a9
Merge pull request #85 from soxoj/submit-improving
...
Improved submit mode, several sites added
2021-03-21 14:04:09 +03:00
Soxoj
2bb01f7019
Improved submit mode, several sites added
2021-03-21 13:59:59 +03:00
soxoj
b586a4cd06
Merge pull request #84 from soxoj/ucoz-support
...
Added support of uID.me and uCoz sites
2021-03-20 23:26:35 +03:00
Soxoj
28733282ab
CI reruns
2021-03-20 23:24:55 +03:00
Soxoj
0a7a7ad70d
Added support of uID.me and uCoz sites
2021-03-20 23:21:53 +03:00
soxoj
c895f6b418
Merge pull request #82 from soxoj/dependabot/pip/jinja2-2.11.3
...
Bump jinja2 from 2.11.2 to 2.11.3
2021-03-20 20:59:35 +03:00
soxoj
a6286a0286
Merge pull request #83 from soxoj/executors-update
...
Created async requests executors, some sites fixes
2021-03-20 20:59:22 +03:00
Soxoj
314eb25d1f
Created async requests executors, some sites fixes
2021-03-20 20:57:07 +03:00
dependabot[bot]
fbbc8b49f3
Bump jinja2 from 2.11.2 to 2.11.3
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-20 05:47:45 +00:00
soxoj
faa03b62e5
Merge pull request #81 from soxoj/dependabot/pip/pillow-8.1.1
...
Bump pillow from 8.1.0 to 8.1.1
2021-03-19 21:04:50 +03:00
dependabot[bot]
d676f7bb94
Bump pillow from 8.1.0 to 8.1.1
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/8.1.0...8.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-19 15:57:58 +00:00
soxoj
d4757aab78
Merge pull request #80 from soxoj/reformatting
...
Reformat code, some sites added
2021-03-19 01:52:54 +03:00
Soxoj
908176be85
Reformat code, some sites added
2021-03-19 01:48:20 +03:00
soxoj
940f408da3
Merge pull request #79 from soxoj/new-sites-submit
...
Added new sites through auto submit, some fixes
2021-03-18 23:35:19 +03:00
Soxoj
8c700b9810
Added new sites through auto submit, some fixes
2021-03-18 23:21:33 +03:00
soxoj
f9c9af5f41
Merge pull request #78 from soxoj/docker-update-readme
...
Update README.md
2021-03-16 23:39:33 +03:00
soxoj
57a9a82102
Update README.md
2021-03-16 23:38:58 +03:00
soxoj
9bbca995e9
Merge pull request #77 from vincenttjia/main
...
Fix Dockerfile
2021-03-16 23:34:17 +03:00
Vincent Tjianattan
39b713497d
Fix scipy build dependencies
...
Fix scipy build dependencies by changing the image from python:3.7-alpine to python:3.7
2021-03-17 00:42:35 +07:00
soxoj
6a84875775
Merge pull request #76 from soxoj/new-sites
...
Several sites added, Disqus improved, tags fixes
2021-03-15 23:58:09 +03:00
soxoj
84f7d93478
Merge branch 'main' into new-sites
2021-03-15 23:52:52 +03:00
Soxoj
17870ef5c8
Several sites added, Disqus improved, tags fixes
2021-03-15 23:45:20 +03:00
soxoj
d3cd5e45a1
Merge pull request #75 from soxoj/collab-badge
...
Collab link added
2021-03-15 02:52:52 +03:00
soxoj
9a3f2f0aa7
Update README.md
2021-03-15 02:50:54 +03:00
soxoj
4b7d344b41
Merge pull request #73 from soxoj/cloud-based-run
...
Update README.md
2021-03-15 00:28:19 +03:00
soxoj
ac9cfe7885
Update README.md
2021-03-15 00:26:29 +03:00
soxoj
6058a4b70c
Fixed repl.it
2021-03-15 00:15:16 +03:00
soxoj
3aa225bda4
Update README.md
2021-03-15 00:13:29 +03:00
soxoj
c6661e22ff
Merge pull request #72 from soxoj/v0.1.15
...
Bump to 0.1.15
2021-03-14 20:15:12 +03:00
Soxoj
fdb68b5e80
Bump to 0.1.15
2021-03-14 20:11:32 +03:00
soxoj
9fe6b99239
Merge pull request #71 from soxoj/html-report-img-fix
...
Fixed HTML report images hiding for small screens + some minor fixes
2021-03-14 17:31:12 +03:00
Soxoj
b9d303fde3
Fixed HTML report images hiding for small screens + some minor fixes
2021-03-14 16:15:31 +03:00
soxoj
d29e88d96f
Merge pull request #70 from soxoj/extracting-flag
...
Added separate `no-extracing` flag to rule page parsing
2021-03-14 13:22:29 +03:00
Soxoj
731a8e01f9
Added separate no-extracing flag to rule page parsing
2021-03-14 13:03:29 +03:00
soxoj
cf7acfd8c8
Merge pull request #69 from soxoj/tiktok-fix
...
TikTok fixes
2021-03-13 00:02:25 +03:00
soxoj
9e6bd05acc
Merge pull request #68 from soxoj/ssl-error-catching
...
Fixed catching of python-specific exception
2021-03-13 00:00:45 +03:00
Soxoj
6ea1dc33f7
TikTok fixes
2021-03-12 23:58:46 +03:00
Soxoj
d5bc92d26a
Fixed catching of python-specific exception
2021-03-12 23:34:59 +03:00
soxoj
f7263c9b3c
Merge pull request #67 from soxoj/fp-fixes
...
Some false positives fixes
2021-03-12 23:31:54 +03:00
Soxoj
e6f82a8ba3
Some false positives fixes
2021-03-12 22:53:53 +03:00
soxoj
ba7a38092c
Merge pull request #65 from soxoj/dependabot/pip/aiohttp-3.7.4
...
Bump aiohttp from 3.7.3 to 3.7.4
2021-02-26 22:06:04 +03:00
dependabot[bot]
92a1677213
Bump aiohttp from 3.7.3 to 3.7.4
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.7.3 to 3.7.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.3...v3.7.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-26 03:07:44 +00:00
soxoj
9bbc5e61a7
Merge pull request #64 from soxoj/version-update
...
Bump version to 0.1.14
2021-02-25 22:47:31 +03:00
Soxoj
da3e3f6719
Bump version to 0.1.14
2021-02-25 22:45:48 +03:00
soxoj
d28221462a
Merge pull request #63 from soxoj/updates
...
Updates
2021-02-25 22:35:47 +03:00
Soxoj
5baccbae0c
Updates
2021-02-25 22:34:07 +03:00
soxoj
65de06dc13
Merge pull request #62 from soxoj/socid-dep-update
...
Update socid-extractor version
2021-02-18 23:13:32 +03:00
Soxoj
dd71bc19c0
Fix requirements again
2021-02-18 23:11:51 +03:00
Soxoj
0625867f2a
Fix requirements conflict
2021-02-18 23:09:40 +03:00
Soxoj
ac7ff47fad
Update socid-extractor version
2021-02-18 23:06:28 +03:00
soxoj
0449142745
Merge pull request #61 from soxoj/steam-updates
...
Spotify added, Steam ID processing updated
2021-02-18 20:57:38 +03:00
Soxoj
1a77bc7472
Spotify added, Steam ID processing updated
2021-02-18 20:53:26 +03:00
soxoj
8391d7317d
Merge pull request #59 from soxoj/small-updates
...
Tags updates
2021-02-18 00:48:17 +03:00
soxoj
8bf789633e
Merge pull request #58 from Matrix86/main
...
Fix for docker
2021-02-18 00:37:38 +03:00
Soxoj
2714ff8fff
Tags updates
2021-02-18 00:35:59 +03:00
Gianluca
b7c02456e7
fix: docker build returns an error on the pillow compilation
2021-02-17 11:51:33 +01:00
soxoj
15af5e14f2
Merge pull request #57 from soxoj/small-updates
...
Added `--ignore-ids` option, some sites updates
2021-02-17 03:02:04 +03:00
Soxoj
f24ad4abfe
Added --ignore-ids option, some sites updates
2021-02-17 02:58:57 +03:00
soxoj
2e3eceed81
Merge pull request #56 from soxoj/stats-discourse
...
Added stats flag, added Discourse engine
2021-02-15 23:21:59 +03:00
Soxoj
9bc3615afc
Added stats flag, added Discourse engine
2021-02-15 23:15:09 +03:00
soxoj
a9543e8303
Merge pull request #55 from soxoj/username-extraction
...
Improved extraction of usernames from links in personal data
2021-02-15 01:59:36 +03:00
Soxoj
31df4eb44d
Fixed deepcopy problem for 3.6
2021-02-15 01:58:14 +03:00
Soxoj
89c33e5409
Removed pattern typing for compatibility
2021-02-15 01:52:53 +03:00
Soxoj
c0956a0e23
Improved extraction of usernames from links in personal data
2021-02-15 01:36:10 +03:00
soxoj
bb4c5dc67a
Merge pull request #54 from soxoj/sites-update
...
Added several sites, updated sites list
2021-02-13 23:26:37 +03:00
Soxoj
c16fc7c002
Added several sites, updated sites list
2021-02-13 23:24:53 +03:00
soxoj
53f72edaff
Merge pull request #53 from soxoj/json-reports-submit-improvements
...
Added JSON reports
2021-02-13 01:10:55 +03:00
Soxoj
631de7b346
Added reports of JSON format (simple, njdson); improved submit logic; added several sites
2021-02-13 01:06:05 +03:00
soxoj
7676c053f9
Merge pull request #51 from soxoj/submit-mode
...
Experimental site submit mode
2021-02-09 00:45:41 +03:00
Soxoj
90135d4676
Experimental site submit mode
2021-02-09 00:43:59 +03:00
soxoj
4f9dace1de
Merge pull request #50 from soxoj/favicons
...
Favicons added to sites list
2021-02-07 00:55:00 +03:00
Soxoj
cdec320062
Ordered list format fixed
2021-02-07 00:53:05 +03:00
Soxoj
10426c07aa
Favicons added to sites list
2021-02-07 00:43:42 +03:00
soxoj
40d16e8da6
Merge pull request #49 from soxoj/version-update
...
v0.1.13
2021-02-06 18:33:57 +03:00
Soxoj
251fc11df3
v0.1.13
2021-02-06 18:32:04 +03:00
soxoj
de9a6135dc
Merge pull request #48 from soxoj/filter-fixes
...
Improved sites list filtering, pretty messages
2021-02-06 18:21:22 +03:00
Soxoj
b4fb100387
Improved sites list filtering, pretty messages
2021-02-06 18:14:36 +03:00
soxoj
37d6247d3b
Merge pull request #47 from soxoj/fixes
...
Several false positives fixes
2021-02-05 00:35:44 +03:00
soxoj
7bdd09a757
Merge branch 'main' into fixes
2021-02-05 00:27:59 +03:00
Soxoj
e164d0c463
Several false positives fixes
2021-02-05 00:24:43 +03:00
soxoj
ebdb3d4503
Merge pull request #46 from soxoj/output-example-update
...
Update recursive_search.md
2021-02-02 00:42:48 +03:00
soxoj
4af9aec8d8
Update recursive_search.md
2021-02-02 00:41:34 +03:00
soxoj
a72dd1070c
Merge pull request #45 from soxoj/fix-license
...
Fixed license text
2021-02-01 00:46:09 +03:00
Soxoj
e3f9bae813
Fixed license text
2021-02-01 00:44:37 +03:00
soxoj
719891e12c
Merge pull request #44 from soxoj/yandex-updates
...
Yandex sites updates
2021-02-01 00:04:44 +03:00
Soxoj
57fa85b451
Yandex sites updates
2021-01-31 23:59:53 +03:00
soxoj
afd1cac3e1
Merge pull request #43 from soxoj/500px-fix
...
500px graphql request fix
2021-01-28 23:25:41 +03:00
Soxoj
a258dbd716
500px graphql request fix
2021-01-28 23:23:25 +03:00
soxoj
4a49d4108e
Merge pull request #42 from soxoj/updates
...
Updates
2021-01-28 20:46:18 +03:00