scivision / linkchecker-markdown

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
32 stars 18 forks source link

Smallest possible change to ignore SSL certs #26

Closed matthewdeanmartin closed 1 year ago

matthewdeanmartin commented 1 year ago

I tested this with

pipenv install "linkcheckmd @ git+https://github.com/matthewdeanmartin/linkchecker-markdown@b05bac0c852a5f5c0e92a4836d522210daef6823"

I figured making this a command line option would be more intrusive & take you longer to review, so I went the minimal route in hopes of a quick merge & publish to pypi.

Thanks for writing this tool.

scivision commented 1 year ago

implemented with CLI in 4de026d thanks