You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FilmAffinity all information is available in the ratings list, so, there is no need to get movie details page. In fact, we are not browsing to the details page, but we are waiting 1 second for each result.
I think the waiting time in _parse_movie_tile should be configurable or remove it for this site.
The text was updated successfully, but these errors were encountered:
I will have a look into this. I bet there was a reason, why the script needed to visit the movie details page, but I don't remember it anymore. Some investigation needed.
In FilmAffinity all information is available in the ratings list, so, there is no need to get movie details page. In fact, we are not browsing to the details page, but we are waiting 1 second for each result.
I think the waiting time in
_parse_movie_tile
should be configurable or remove it for this site.The text was updated successfully, but these errors were encountered: