mirror of https://github.com/Textualize/rich.git
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>
This commit is contained in:
parent
4c19cacb59
commit
90e831bd30
|
@ -73,7 +73,8 @@ def download(urls: Iterable[str], dest_dir: str):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
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:]:
|
if sys.argv[1:]:
|
||||||
download(sys.argv[1:], "./")
|
download(sys.argv[1:], "./")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue