Yesterday I released a new version of IMDB::Film. The changelog includes following:
- added a possibility to find movie by its title together with year:
my $imdb_obj = new IMDB::Film(crit => 'Jack', year => 2003);
As result the Jack 2003 will be loaded into created object instead of first movie in the search results as it was before.
- modified a logic of movie search to avoid including icons URls into result set;
- removed duplicates from the search list;
- fixed a bug with parsing list of writes in case if there is an only one person.
The module is available in CPAN. Enjoy!
Yesterday I released a new version of IMDB::Film. There are manly bug fixes. I modified a parsing of list of writes and directors to avoid adding wrong items into result (thanks a lot to Andy Dales for his bugreport). Also, I added a few tests to cover modified functionality.
You can download the IMDB::Film 0.26 from CPAN and test it. Enjoy!
Today I release a new version of IMDB::Film. The reason was an update of IMDB site. As result of this update most functions in the module return wrong information. I fixed it and uploaded a correct version to the CPAN. Enjoy!
Now all modules are available in Subversion repository:
- IMDB::Film
svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/IMDB-Film IMDB-Film
- WWW::Yahoo::Movies
svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/WWW-Yahoo-Movies WWW-Yahoo-Movies
There are a few development modules related with movie. You can try them as well:
- Movie-Kinoafisha - Perl extension to grub movie info from Russian site kinoafish.ru
svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/Movie-Kinoafisha
Movie-Kinoafisha
- WWW-IMDB-Tops - Perl extension to get IMDB tops -
svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/WWW-IMDB-Tops WWW-IMDB-Tops
WWW-IMDB-MyAccount - Perl extension to get your IMDB account info -
svn co https://videoguide.svn.sourceforge.net/svnroot/videoguide/trunk/modules/WWW-IMDB-MyAccount WWW-IMDB-MyAccount
I’ve released a new version of WWW::Yahoo::Movies. This module may help you grub information about your favorite movies from Yahoo! Movies.
The changes are not so big. I’ve added new methods to retrieve a list of movie people: cast, directors and producers. Also, I’ve fixed a bug with processing main movie info. So, test it, use it and send me bug-reports/suggestions/ideas.