How to determine whether any webpage of any news website is a list page or a detail page?
I have written a Python program to automatically parse news detail pages, but now I am facing the problem of not being able to distinguish between news list pages and detail pages. What are some good methods to solve this issue?