#!/usr/bin/env python #coding: utf-8 import urllib url = '' filename = '' urllib.urlretrieve( url, filename )