mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 18:05:19 -04:00
fix: Add change to calculate wget folder when there is a port present
This commit is contained in:
parent
58ac44c867
commit
23e6803f02
6 changed files with 19 additions and 16 deletions
tests
|
@ -1,5 +1,5 @@
|
|||
from archivebox import util
|
||||
|
||||
def test_download_url_downloads_content():
|
||||
text = util.download_url("http://localhost:8080/static/example.com.html")
|
||||
text = util.download_url("http://127.0.0.1:8080/static/example.com.html")
|
||||
assert "Example Domain" in text
|
Loading…
Add table
Add a link
Reference in a new issue