This is my final IMDB People script that now populates people's photos to database, thanks to Ivek who resolved it.
I am introducing new naming convention for my scripts, with a word "Selenium" in it and a version, since https is now fully covered by Selenium scripts.
Delete any of mine previous scripts, .psf or .py, and replace them with these.
First Selenium script downloads people's Base/Main page, and the other Selenium script downloads other four: Bio, Credit, Genres and Awards. In .psf script I have also introduced dynamic waiting for the Selenium script's downloading to finish in order to optimize timings for smaller and bigger datasets, in order user as rare as possible to click on a "Retry" button when asked.
Selenium scripts are now optimized with multithreading downloading, so downloading now for average person is only 25-30 seconds!
TO DO: to incorporate searching for people, back to all-in-one script.