Relative Content

Tag Archive for pythonpython-3.xweb-scrapingbeautifulsoupsolution

how can i extract data with beautifulsoup from div hasn’t filter

In this image there is a div with a lot of(a) links that I need, but the problem is that the div does not have a filter(class or id) to call it using find_all. Since the page is full of divs, it is necessary to have a filter but with this situation I faced difficulty and could not find a solution.