bundesAPI / deutschland

Die wichtigsten APIs Deutschlands in einem Python Paket.
Apache License 2.0
1.23k stars 67 forks source link

feat(bundesanzeiger): Include the raw report contents #88

Closed TrisNol closed 1 year ago

TrisNol commented 1 year ago

Hello there,

the Bundesanzeiger lib is awesome (esp. the capability to solve the CAPTCHA). However, it unfortunately only exposes the contents of the report as a text while removing all HTML structures that may be used to parse the yearly results or any other relevant table specifically.

The PR adds the report in it´s raw HTML format as the raw_report attribute. Other functions should not be impacted by this feature.

Looking forward to your feedback

TrisNol commented 1 year ago

I assume the failing tests will be fixed with PR 90 since they seem to originate from the presseportal lib.

wirthual commented 1 year ago

I assume the failing tests will be fixed with PR 90 since they seem to originate from the presseportal lib.

Yes, and some other outdated libraries. Can you merge back the current main in your branch?

wirthual commented 1 year ago

Ready for merge. Thank you @TrisNol