Skip to content

Commit 90e831b

Browse files
committed
examples/downloader: update suggested URL
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>
1 parent 4c19cac commit 90e831b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/downloader.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def download(urls: Iterable[str], dest_dir: str):
7373

7474

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

0 commit comments

Comments
 (0)