stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.95k stars 302 forks source link

loading text file of links #199

Closed meshungina closed 4 years ago

meshungina commented 4 years ago

Wondering if there is a way to load links from a file instead of url. I've noticed setting -r for recursive was throwing error (Unhandled Rejection. TypeError: Cannot assign to read only property 'response' of object '[object Object]') so wondering if i can get around this by simply supplying all the links from a file.

Environment: Ubuntu 18.04.3 LTS nodejs v12.18.0

stevenvachon commented 4 years ago

You can use the programmatic API. You could also try the currently unreleased master branch.