Closed mfouesneau closed 6 months ago
date = soup.find_all('div', {'class': 'list-dateline'})[0].text.replace('\n', '').split(',')[-1].strip()
This div has been removed for an h3 text.
Need to make this more robust to errors.
date = soup.find_all('div', {'class': 'list-dateline'})[0].text.replace('\n', '').split(',')[-1].strip()
This div has been removed for an h3 text.
Need to make this more robust to errors.