SMAPPNYU / youtube-data-api

A Python Client for collect and parse public data from the Youtube Data API
https://youtube-data-api.readthedocs.io/en/latest/index.html
MIT License
79 stars 31 forks source link

32-bit overflow fix. #38

Closed M4rkoHR closed 3 years ago

M4rkoHR commented 4 years ago

Add a check for 32-bit architecture where Epoch exceeds the value of a signed 32bit integer and return a date before January 19 2038.

yinleon commented 3 years ago

fixed in https://github.com/SMAPPNYU/youtube-data-api/pull/42