mfouesneau / arxiv_on_deck_2

the next version of arxiv_on_deck, a quick and dirty version of the Arxiver.
https://mfouesneau.github.io/arxiv_on_deck_2/
MIT License
1 stars 1 forks source link

IndexError at get_new_papers because Arxiv updated their HTML page layout #17

Closed mfouesneau closed 6 months ago

mfouesneau commented 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.