to find all the urls which match a specific patterns. E.g :
/products/*
how can I find them all and make sure there are no more urls with this pattern? the urls are not on the page.
try iterating each one and check http status codes... If there's no status code check the body of the page for error message....
you can use beautifulsoup from bs4 and work with css selector to find all urls
Обсуждают сегодня