mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
5 lines
No EOL
185 B
Python
5 lines
No EOL
185 B
Python
from archivebox import util
|
|
|
|
def test_download_url_downloads_content():
|
|
text = util.download_url("http://localhost:8080/static/example.com.html")
|
|
assert "Example Domain" in text |