Skip to content

Commit

Permalink
examples/downloader: update suggested URL
Browse files Browse the repository at this point in the history
The old one no longer worked. Using multiple URLs also helps better
showcase rich's progress bars.

Signed-off-by: Louis Sautier <sautier.louis@gmail.com>
  • Loading branch information
sbraz committed Aug 15, 2024
1 parent 4c19cac commit 90e831b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def download(urls: Iterable[str], dest_dir: str):


if __name__ == "__main__":
# Try with https://releases.ubuntu.com/20.04/ubuntu-20.04.3-desktop-amd64.iso
# Try with https://releases.ubuntu.com/noble/ubuntu-24.04-desktop-amd64.iso
# and https://releases.ubuntu.com/noble/ubuntu-24.04-live-server-amd64.iso
if sys.argv[1:]:
download(sys.argv[1:], "./")
else:
Expand Down

0 comments on commit 90e831b

Please sign in to comment.