eurlex
eurlex copied to clipboard
An EUR-Lex parser for Python.
Hi! Great project. We can't however get non-english documents, even when replacing the `"Accept-Language": "en",` to e.g., `"Accept-Language": "sv",` Any ideas on how to fix this or what I can...
Hi, For some pages, the function `get_html_by_celex_id()` doesn't work, especially when there's atleast two documents with the same CELEX id. Example : CELEX_ID = 52021PC0206 HTML page : `300 Multiple-Choice...
Current Issue with the package: The package extracts the text and its references; however, when a super note-tag is present, the complete text is omitted, and only the respective note-tag...
Small error on documentation.
parse_html function always returns an empty data frame. From a quick glance at the code it seems like the ElementTree has a parse error, possibly caused by reformatting of the...