KBlixt / Movie-Extra-Downloader

Download movie extras from Youtube.
MIT License
25 stars 6 forks source link

directory.py - TMDB error #9

Closed unintended-consequences closed 4 years ago

unintended-consequences commented 4 years ago

Seems like an edge case:

Code breaks when TMDB match returns is more than +/- 1 year of release date.

Example: Need for Speed (2014)

TMDB look up returns Need for Speed (2018)

directory.py - Line 126 only accepts movie_release_year + / - 1 so you get a KeyError: 'release_date'

You can bypass this error by removing the TMDB key (quick fix) from default_config

unintended-consequences commented 4 years ago

Also failed for Onward (2020)

KBlixt commented 4 years ago

I'll investigate.

KBlixt commented 4 years ago

I'm not getting this error. I might have fixed it while fixing other similar issues, please confirm the fix.