joeyism / linkedin_scraper

A library that scrapes Linkedin for user data
GNU General Public License v3.0
2.12k stars 583 forks source link

Fixed 'work_times' error #195

Open exast opened 1 year ago

exast commented 1 year ago

As of Issue #162: UnboundLocalError: local variable 'work_times' referenced before assignment The issues is caused because the code only considers the object "outer_positions" to have either 3 or 4 elements. However, some Linkedin positions have an "outer_positions" object of length 2.