chiark / gitweb /
Cope with some features of the Cobalt WP chart
[ypp-sc-tools.db-live.git] / yarrg / yppedia-ocean-scraper
index 30d0c4a8de8d895292879a074a6bf654ecdec4c5..ad35c4d708a432566941542156e10339d5ed421f 100755 (executable)
@@ -89,6 +89,7 @@ def parse_chart():
        debug('s',s)
        s = regexp.sub(r'\&lt\;', '<', s)
        s = regexp.sub(r'\&gt\;', '>', s)
+       s = regexp.sub(r'\&quot\;', '"', s)
        s = regexp.sub(r'\&amp\;', '&', s)
        debug('s',s)
        return s