File: download.py

package info (click to toggle)
python-wget 3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: python: 424; sh: 7; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (3)
1
2
3
4
import wget

url = 'https://www.debian.org/'
wget.download(url)