issues
search
john0isaac
/
markdown-checker
Markdown Links Validation Reporting Tool
https://pypi.org/project/markdown-checker
MIT License
1
stars
1
forks
source link
Revamp code
#56
Closed
john0isaac
closed
3 months ago
john0isaac
commented
3 months ago
What's in this Pull Request?
Port to using Click instead of arg_parser.
Expose options for external users to allow for more customization.
Increase coverage for paths by including paths that start with
/
or nothing.
Add retires for URLs before flagging them as broken.
Preform head request on URL which falls back to get if both not working flag as broken after retries count finishes.
Analyze all web URLs except the ones in skip_domains list.
Change Syntax of terminal comments to improve readability.
Add Spinner to indicate that the tool is working (Not compatible with all terminals)
What's in this Pull Request?
/
or nothing.