On Tue, 20 Feb 2007 01:37:47 Davide Alberani wrote:
> On Feb 19, Hadley Rich <[EMAIL PROTECTED]> wrote:
> > My quick hack to fix it was to add a check to line 198 of
> > searchMovieParser.py to check that the link doesn't end with a / (it
> > looks like the latest episode link is the only one which has this).
>
> Can work, but I prefer to stop collecting movieIDs after the first one
> is got; it's easily done adding (this fix is in the CVS):
>   if self._current_imdbID: return
>
> as the first line of the 'start_a' method.

Yes that's a better idea. Told you I was a hack :)

> PS: you can wander a bit around the IMDbPY's code; if you'll still be
> interested in doing some development on it (working on something listed
> in the TODO.txt file or on IMDbPY-based programs or on something else,
> doesn't matter) I will be glad to add you to the developers list,
> granting CVS access.
> Some work-power is always welcome! :-)
>
> Thank you very much (again!)

I've been playing with a script that enhances EPG listings for our country 
gathered via dvbsnoop and also playing with the imdbpy.py script that has 
made it into the mythvideo plugin.

I'll continue playing around for the moment, if I think I can be of real use 
I'll let you know :)

Cheers,

hads

-- 
http://nicegear.co.nz
New Zealand's VoIP supplier

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to