nsmfoo / antivmdetection

Script to create templates to use with VirtualBox to make vm detection harder
MIT License
714 stars 123 forks source link

Mismatch in TMDB #56

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

wrong project. pls delete.