PHP: IMDB Fetch
Gerade wieder gefunden: Eine in einem früheren Kontext schonmal besprochene schöne PHP-Klasse namens “IMDb Fetch”, mit der Daten aus der IMDB gegrabbt und für eigene Zwecke verwendet werden können. Sehr nützlich. Geschrieben von teo rusu.
Werde demnächst mal meine Weiterverarbeitung posten.
Und noch ein kleines Update: Thanks to Mauricio’s comment I had a closer look on other APIs and found “IMDBphp” which also does the IMDB fetching and is - unlike “IMDB Fetch” - very well documented.
Comments
3 komments zu “PHP: IMDB Fetch”
hinterlass nen komment, baby! (wenn du denn möchtest)



Artikel
Kommentare




I did not understood anything you wrote on this page, but I know it is cool… I think it is a php code to fetch the IMDB database and to me it sounds sweet… but is there an English translation for that?
Hi Mauricio, you got it all right.
It’s a PHP class that can be used to grab data from IMDB. There’s no real manual for that, but all the necessary information for implementing this one can be easily seeked and understood via the example files, coming with the package.
I wrote a small app which fetches the movie data via the movie title and generates a printable A4 page with all important data. I’m gonna post this as soon as possible (and as soon as i’m able to recover it on my hard drive ;)
In the meantime you may have a look on the well-documented IMDBphp or - much more complex - Power Movie List.
Cheers!
Großartig Kollegen - da kann man weiterdenken