![]() |
Codeigniter IMDb Scraper Library - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Codeigniter IMDb Scraper Library (/showthread.php?tid=59107) |
Codeigniter IMDb Scraper Library - El Forum - 08-25-2013 [eluser]Unknown[/eluser] Hello, I made an IMDb scraper library to get movie information for a project that i'm working on. And thought I would share it. A quick note, IMDB.com does not allow scraping their site... If this doesn't bother you(I didn't), then you can proceed. Here are some of the main features: *Diffrent scrape options to refine your results *Includes a light mode to make searching faster *Youtube trailer url in the final results, also has options available in the config *More to follow... Example code: application/controller/search_controller.php Code: //Load the scraper library application/views/search_view.php Code: <!DOCTYPE html> If there any bugs, please report them. Thank you. Also, if you have any ideas, suggestions etc, let me know and I'll try to incorparate them. https://github.com/Tony0892/Codeigniter-IMDb-Scraper |