filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
397 stars 51 forks source link

Add flag to show redirected links #54

Closed emielbeinema closed 3 years ago

emielbeinema commented 3 years ago

In some cases it can be useful to list all links that don't directly point at their target, but instead contain a (chain of) redirect(s). This PR proposes the inclusion of a flag that does exactly that.

I'm not quite familiar with Dart or this project, so if there's anything I can do to improve this PR, please let me know!

filiph commented 3 years ago

This is great, thanks for the contribution!