Skip Menu |

This queue is for tickets about the IMDB-Movie CPAN distribution.

Report information
The Basics
Id: 4732
Status: rejected
Priority: 0/
Queue: IMDB-Movie

People
Owner: Nobody in particular
Requestors: captvanhalen [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.10
Fixed in: (no value)



Subject: cannot parse pages that do not have vote booth
When trying to parse a page such as http://imdb.com/title/tt0103360/ the module silently fails and only captures the title and year, losing the rest of the attributes. The reason is because the id is scraped by grabbing the name of the voting select box on left side. TV shows, however, do not have a vote box ... hence they break. Fix _id(). $self
Subject: IMDB::Movie on hold
Thanks to everyone for submitting these bug reports. I am planning on rewriting IMDB::Movie (using WWW::Mechanize this time) and i will review all of these bugs/feature requests/patches when i write it. jeffa
use IMDB::Film;