IgnoredAmbience / yahoo-group-archiver

Scrapes and archives a Yahoo groups email archives, photo galleries and file contents using the non-public API
MIT License
93 stars 46 forks source link

requests.exceptions, not requests.exception #129

Open endolith opened 4 years ago

endolith commented 4 years ago
Traceback (most recent call last):
  File "./yahoo.py", line 1023, in <module>
    archive_calendar(yga)
  File "./yahoo.py", line 653, in archive_calendar
    except requests.exception.HTTPError:
AttributeError: module 'requests' has no attribute 'exception'