Load HTML pages with Playwright and parse with Unstructured.
This is useful for loading pages that require javascript to render.
Example:
.. code-block:: python
from langchain_community.document_loaders import PlaywrightURLLoader
urls = ["https://api.ipify.org/?format=json",]
proxy={
"server": "https://xx.xx.xx:15818", # https://