BS4 and requests only finding and scraping first listed item in dropdown list
I have a scraper that I have written to fetch some data from 2 different URLS. The only difference between the two pages is that one has a dropdown list of menus while the other does not. The scraper works for the first url in urls
and fetches everything, but on the second url, it only fetches data from the first dropdown option. I thought I had catered for this but it is not working.