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

correct python error on 32 bits OS #35

Closed spanska closed 3 years ago

spanska commented 4 years ago

Hello,

Using this awesome library on 32 bits OS (like raspbian) leads to a bug because 1st January 3000 is after end of unix time (19. January 2038). This patch correct the bug by setting a date before the end of unix time (2038)

Jean-Baptiste

yinleon commented 3 years ago

Thanks for this!

yinleon commented 3 years ago

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