Skip to content

IMDbScrape Plugin

YouPHPTube edited this page Oct 16, 2018 · 1 revision

This plugin is an implementation of https://github.com/FabianBeiner/PHP-IMDB-Grabber/ and intent to help you to grab posters and descriptions of movies, to make easier for you to build your NetFlix Clone site https://github.com/DanielnetoDotCom/YouPHPTube/wiki/Configure-a-Netflix-Clone-Page

This PHP library enables you to scrape data from IMDB.com.

The technique used is called “web scraping.” Which means, if IMDb changes any of their HTML, the script is going to fail. I won’t update this on a regular basis, so don’t count on it to be working all the time.

Clone this wiki locally