https://bugs.kde.org/show_bug.cgi?id=381399
--- Comment #5 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to David Houlden from comment #1) > FT.com have changed that page layout recently. I got it working by changing > the KMyMoney settings to these. > > URL: http://funds.ft.com/uk/Tearsheet/Summary?s=%1:GBX > Symbol: data-display-symbol="(.*): > Price: Price \(GBX\)</span><span > class="mod-ui-data-list__value">([\d,]*\.\d*)</span> > Date: Data delayed at least 15 minutes, as of (.*) > Date Format: %m %d %y As far as I can see looks the following regex be more general: URL: http://funds.ft.com/uk/Tearsheet/Summary?s=%1 Symbol: data-display-symbol="(.*): Price: class="mod-ui-data-list__value">([\d,]*\.\d*)</span> Date: Data delayed at least 15 minutes, as of (.*)\. Date Format: %m %d %y Changes are in Price: and Date: -- You are receiving this mail because: You are watching all bug changes.