[kmymoney] [Bug 447569] Issues with online course updates

Thomas Baumgart bugzilla_noreply at kde.org
Tue Dec 28 14:43:41 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=447569

Thomas Baumgart <tbaumgart at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDSINFO                   |RESOLVED
         Resolution|WAITINGFORINFO              |NOT A BUG

--- Comment #3 from Thomas Baumgart <tbaumgart at kde.org> ---
Ich antworte auch mal auf Deutsch (obwohl hier die ganze Welt mitliest). Bitte
bei Antworten mit E-Mail keine HTML Mails schicken. Das gibt hier immer so
hässliche Anhänge die kein Mensch braucht. Danke im Voraus. Nun zur Lösung des
Problems: es ist wie vermutet, der Seiteninhalt hat sich geändert und die RegEx
(regular expressions) müssen daher angepasst werden. Das kann jeder selber
machen und ein wenig herumprobieren. Viele Wege führen nach Rom. Kann sein,
dass der Text "as of" beim Datum anders angezeigt wird. Dann entsprechend
anpassen.

It's as expected: the regex values need to be adjusted.

Updated regex values for Financial Times 

URL: https://markets.ft.com/data/funds/tearsheet/summary?s=%1
Symbol: summary\?s=([^\"]+)\"
Price: <span class=\"mod-ui-data-list__value\">([\d.]+)<\/span>
Date: as of (\w+ \d+ \d+)\.
Date Format: %m %d %y

Skip HTML stripping must be marked.

Here is the proof:
URL found:
https://markets.ft.com/data/funds/tearsheet/summary?s=DE0009750117:EUR...
Symbol found: 'DE0009750117:EUR'
Price found: '252.68' (252,68)
Date found: 'Dec 23 2021'
Date format found: 'Dec 23 2021' -> 'Do. Dez. 23 2021'
DE0009750117:EUR DE0009750117:EUR Do. Dez. 23 2021 252.68

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list