Skip to content

Tags: urlstechie/urlchecker-python

Tags

0.0.35

Toggle 0.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add option to --no-check-certs use at own risk (#89)

* add option to --no-check-certs use at own risk
* support to target single file, and HEAD request
* bug: update selenium to use newer interface

The current failures are a result of an update to selenium,
so the instantiation of our driver fails, returns as None,
and then all the requests are done with only requests. As
the web matures (and sites do not want scraping) it is less
likely this approach will work - we need the driver. This
change will update the selenium UI to ensure the driver works
and restore functionality. I will follow up with any tweaks
needed for the CI (working locally for me).

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

0.0.34

Toggle 0.0.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
require fake-useragent from pypi (#86)

* require fake-useragent from pypi
Signed-off-by: vsoch <vsochat@users.noreply.github.com>

0.0.33

Toggle 0.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deprecating fake user agent and installing from github (#83)

* deprecating fake user agent and installing from github
Signed-off-by: vsoch <vsoch@users.noreply.github.com>

0.0.32

Toggle 0.0.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding support for serial and fixing bug that driver might not be def…

…ined (#82)

* adding support for serial and fixing bug that driver might not be defined

Signed-off-by: vsoch <vsochat@stanford.edu>

0.0.31

Toggle 0.0.31's commit message

Verified

This commit was signed with the committer’s verified signature.
vsoch Vanessa Sochat
workflow needs master not main

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

0.0.16

Toggle 0.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from urlstechie/add/files-flag

Adding files flag and fixing bug with return code

0.0.15

Toggle 0.0.15's commit message

Unverified

This user has not yet uploaded their public signing key.
reverting back to previous save with clear message to the user

Signed-off-by: vsoch <vsochat@stanford.edu>

0.0.15rc3

Toggle 0.0.15rc3's commit message

Unverified

This user has not yet uploaded their public signing key.
reverting back to previous save with clear message to the user

Signed-off-by: vsoch <vsochat@stanford.edu>

0.0.15rc2

Toggle 0.0.15rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from urlstechie/revert/back-to-working-client

another bug with cleanup and force pass missing args

0.0.15rc

Toggle 0.0.15rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from urlstechie/revert/back-to-working-client

removing unecessary boolean parsing in check.py