scivision / linkchecker-markdown

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

Feature request: ability to provide custom User-Agent string #3

Closed int-ua closed 4 years ago

int-ua commented 4 years ago

I see two reasons, ability to:

  1. provide up-to-date UA
  2. skew visitor statistics towards some desired OS and/or browser

For anyone who would like to change it manually after cloning repo: https://github.com/scivision/linkchecker-markdown/blob/c9ed0e9d420b7ae01385c7bd0374df839ac22d00/linkcheckmd/base.py#L35

scivision commented 4 years ago

Good point, thanks