Mathieu Dhondt
Mathieu Dhondt
For anyone who ran into a similar issue, it's better to patch the function the decorator is calling instead of trying to mock the decorator itself. See my [SO answer...
@isaring: you can convert your markdown yourself using the html5lib parser and use markdownify.MarkdownConverter to convert your html (see https://replit.com/@mathieud/DependentThinDowngrade#main.py). ``` import bs4 from markdownify import markdownify, MarkdownConverter assert bs4.__version__...
I fixed it by * Right clicking on the Omnivore extension * Selecting "Manage Extension" * Clicking the three dots in the extension options screen and selecting "Options"  *...
Fixed it by using `httpx.get` to get the document instead of `fetch_url`.