Files
ArchiveBox/archivebox/tests/test_util.py
2026-01-02 00:22:07 -08:00

6 lines
173 B
Python

from archivebox.misc.util import download_url
def test_download_url_downloads_content():
text = download_url("https://example.com")
assert "Example Domain" in text