Open diontruter opened 8 years ago
Thank you for the issue report. Sadly this project is dead, and a new team is around with https://github.com/linkcheck/linkchecker for more details please see: #708 Also please close this issue and report it freshly on the new repo https://github.com/linkcheck/linkchecker/issues if your issue still persists
I tried all possible ways I could think of to have only a CSV file with links and their errors or warnings. I ended up with this command:
There are a number of problems.
[1] Progress status is still written to output, and there is a formatting problem due to a trailing double quote. The format of these messages is:
[2] Comment lines are written to output. e.g. # created by LinkChecker at 2016-02-06 16:57:42+002
[3] Status messages are written to output. The format of these messages is:
In order to get a CSV file that can be used I had to do this:
Please my I ask that you consider suppressing output of status messages to CSV when the --no-status is chosen?