anshulrgoyal / imdb-scrapper

This is small project it provide many good api for search ,scrapping ,trending
39 stars 32 forks source link

Feature: added similar movies/tv series function #19

Closed chandan1794 closed 6 years ago

chandan1794 commented 6 years ago

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"