This PR fixes #12.
Implemented 3 separate functions
getSimilarMovies(id), which takes the id of the movie, loads the page and calls getSimilarMoviesById($), which fetches the object and calls getSimilarMovieTitle($), which returns a list of similar tv series/movies.
Identifier to use for search of similar movies/tv series:
".rec_overview" and ".rec-title"
This PR fixes #12. Implemented 3 separate functions getSimilarMovies(id), which takes the id of the movie, loads the page and calls getSimilarMoviesById($), which fetches the object and calls getSimilarMovieTitle($), which returns a list of similar tv series/movies.
Identifier to use for search of similar movies/tv series: ".rec_overview" and ".rec-title"