Bug 237618 - Allocine.fr source data fetch bug (quote in summary and accents in title)
Summary: Allocine.fr source data fetch bug (quote in summary and accents in title)
Status: RESOLVED FIXED
Alias: None
Product: tellico
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-14 14:10 UTC by Romain Henriet
Modified: 2010-07-26 18:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Romain Henriet 2010-05-14 14:10:16 UTC
Version:            (using KDE 4.4.3)
OS:                Linux
Installed from:    openSUSE RPMs

Films which title contains accentuated letters are not found (example : "Opération tonnerre"). I had to comment first lines of AlloCineParser.run(self, title) function to make this work (from "loc = re.search..." to "...encode('latin-1')" ).

If there are quotes in the summary text, they appear as """ in the summary tab, while editing an entry ( example : "Goldfinger" ). However they are correctly displayed outside the editing dialog. I added " d['plot'] = d['plot'].replace('"', '"') " at line 178 to correct the bug.
Comment 1 Mathias Monnerville 2010-05-28 10:36:20 UTC
Bugs have been fixed in revision 1131464. The script has been pushed 
to version 0.7.2.

Thanks for reporting.