Mahdisadjadi / arxivscraper

A python module to scrape arxiv.org for a date range and category
MIT License
282 stars 53 forks source link

Fix bug NoneType Error #6

Closed radema closed 4 years ago

radema commented 4 years ago

Hi,

I changed arxivscraper.py to fix the issues reported by some users about the missing first name for some authors. Instead of adding a filter, I prefer to write 'n/a' if there's no valid first name.

R

damienlancry commented 4 years ago

+1