mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
chore: ✔ Update nodriver 0.39 -> 0.40 (#443)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
772326003f
commit
4243ba698a
4
pdm.lock
generated
4
pdm.lock
generated
@@ -492,10 +492,10 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "nodriver"
|
||||
version = "0.39"
|
||||
version = "0.40"
|
||||
requires_python = ">=3.9"
|
||||
git = "https://github.com/ultrafunkamsterdam/nodriver.git"
|
||||
revision = "ebcda701a48e1c320b80c86af2b128098aeb837f"
|
||||
revision = "960845fb57bafb7de308b5ecce38ec367fdbb68d"
|
||||
summary = "\n [Docs here](https://ultrafunkamsterdam.github.io/nodriver)\n\n * Official successor of Undetected Chromedriver\n * Can be made to work for for all chromium based browsers.\n * Dropped selenium and chromedriver binary requirements.\n * fully asynchronous == bizarre performance gains, and more granular control\n\n Part of undetected-chromedriver, or merely the successor of it, this library is a full rewrite, providing a\n fast framework for web automation, webscraping, bots and any other creative ideas which are normally\n hindered by annoying anti bot systems like Captcha / CloudFlare / Imperva / hCaptcha and other\n big corp \"ai\" money machines using your input to make even more $$ (http://tinyurl.com/bigcorp-ai-inputs)\n\n The webdriver/selenium requirement is dropped entirely, since this library communicates directly to the browser.\n Being fully asynchronous, this adds massive performance improvements and more detailed control possibilities.\n\n As usual ( like undetected chromedriver) all config details and best practices are built-in, which means\n up and running with just a line of code.\n\n This makes it simple to use for quick prototyping, and perfect for interactive interpreter use (eg: IPython).\n\n\n WARNING:\n - results may vary due to many factors. No guarantees are given whatsoever.\n - Running from bad IP or datacenter may still cause captcha's and/or other problems.\n - With great power comes ... etc etc etc\n no but SERIOUS: for your own benefit, make sure \"they\" have no reason for upscaling anti-bot measurements.\n there might be one day it would not be feasible anymore to work up against big corp, and provide upgrades\n and free libraries.\n\n"
|
||||
groups = ["default"]
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user