Skip to content
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

Handle Skipped Domains in the Check Broken URLs #61

Open
john0isaac opened this issue Aug 7, 2024 · 0 comments
Open

Handle Skipped Domains in the Check Broken URLs #61

john0isaac opened this issue Aug 7, 2024 · 0 comments

Comments

@john0isaac
Copy link
Owner

These domains return a non 200 response from HEAD and GET methods with allow_redirect=True:

[
                "platform.openai.com",
                "help.openai.com",
                "beta.openai.com",
                "marketplace.visualstudio.com",
                "huggingface.co",
                "en.wikipedia.org",
                "twitter.com",
                "www.linkedin.com",
                "make.powerautomate.com",
                "make.powerapps.com",
                "www.midjourney.com",
                "vscode.dev",
                "rodtrent.substack.com",
                "example.com",
                "www.nuget.org",
                "www.docker.com",
                "build.nvidia.com",
                "dotnet.microsoft.com",
                "www.gemini.com",
                "upload.wikimedia.org",
            ]

There should be a way around skipping them.
https://github.com/john0isaac/markdown-checker/blob/2f0aa541e7bf3adbe19f8e7f72e1978335c438b6/src/markdown_checker/__init__.py#L75C9-L98C10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant