IMDB Parser Class
Package:
Summary:
Parse IMDB movie information fetched by FTP
Groups:
Author:
Description:
This class can be used to parse IMDB movie information fetched by FTP.
It accesses a public FTP server to fetch files of movie data from the IMDB site.
The class parses the files and returns the parsed data.
The class requires a Unix/Linux like system or any other that has the wget and gzip commands available.
It accesses a public FTP server to fetch files of movie data from the IMDB site.
The class parses the files and returns the parsed data.
The class requires a Unix/Linux like system or any other that has the wget and gzip commands available.
Comments are closed.