-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong error shown #226
Comments
A If I had to guess, probably the link to the YouTube video is being tested far too often, and as a result, YouTube is not accepting more requests from html-proofer. The solution for right now would be to mark the link as ignored, through #223 might be an option in the future. |
Thanks for the quick response! 😊 I searched for a Regex which filters for YouTube-links and found this one: How can I pass it to the
But this doesn't seem to work. Should I put the Regex between two |
@penibelst I've followed the description on the Stack Overflow article and wrapped the Regex in in non-escaped forward slashes (the other forward slashes we're already escaped):
However it still doesn't work. What did I do wrong? Here's the log from Travis CI. |
The CLI option is |
Thanks to @penibelst for this info: gjtorikian/html-proofer#226 (comment)
For ignoring links that start with
|
Yeeehaa! It works — finally! Thanks you, @penibelst! 😀 Looks like the previous Regex was a bit broken. |
I don't understand why html-proofer shows me this error, the video is still online and accessible:
Here's the link: https://youtu.be/vEYKRhETy4A 🌀
Could you please check this?
The text was updated successfully, but these errors were encountered: