Opened 18 years ago
Closed 18 years ago
#3671 closed defect (fixed)
Fixed imdb.pl parsing of user ratings
Reported by: | anonymous | Owned by: | Anduin Withers |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythvideo | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Old code had become outdated, and only worked in the majority of cases because the end pattern ("> (") happened to show up often somewhere in the body of the page. However, there are some cases where this does not work. New code fixes this.
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | patch_userrating.txt added |
---|
comment:1 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
(In [14145]) References #3671
Fixes User Rating parsing, now only looks to the next </b>.
Thanks to aprotim for finding and patching this.