mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
5 lines
No EOL
159 B
Python
5 lines
No EOL
159 B
Python
from archivebox import util
|
|
|
|
def test_download_url_downloads_content():
|
|
text = util.download_url("https://example.com")
|
|
assert "Example Domain" in text |