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

Unable to pass without errors #322

Open
Zyles opened this issue Jun 3, 2024 · 0 comments
Open

Unable to pass without errors #322

Zyles opened this issue Jun 3, 2024 · 0 comments

Comments

@Zyles
Copy link

Zyles commented Jun 3, 2024

My quest continues to get this running using ansible.

It keeps failing the ansible build because the crawl returns an error:

PLAY RECAP **********************************************************************************************************************************************
localhost                  : ok=1    changed=1    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0

Which is a blocker for the ansible build to complete.

I am using this:

$ wget2 --recursive --level 100 --no-hsts --adjust-extension --span-hosts --content-disposition --trust-server-names --cut-file-get-vars --exclude-directories=/wp-content,/r --domains sub.domain.com --no-parent sub.domain.com

What happens is, it reports a 404 error on some urls because the website has some broken urls.

I want to completely ignore/skip crawling content in /wp-content and /r so I can return a crawl without errors.

Or at least not exit with an error code even if it finds 404.

Is this possible?

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