I'm having a little problem getting this search command to work. I think I understand what parser does, but I might be doing this wrong. Basically, this website i'm search stores the results in a table, it has no preview images, just a link to the anime and the title of it. At this point, I don't even care if the link works in the search preview, I'd just like the names to come up.
Now, the names are kept in a Table, with a class of listing clear. Inside that are of course numerous TD elements and a bunch of TR elements. Each TD that represents an anime series, has a TR with an A element that holds a title. I want to get the title from that a element. I've posted both the relevant HTML and my own Ubiquity code so far. Could you look at my Parser and tell me what part of my Title and Container fields I have wrong? Thanks. git://gist.github.com/86374.git - HTML git://gist.github.com/86371.git - Ubiquity Code --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ubiquity-firefox" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ubiquity-firefox?hl=en -~----------~----~----~----~------~----~------~--~---
