Python爬蟲urllib顯示下載進度

#!/usr/bin/python #encoding:utf-8 import urllib import os img="http://vip.zuiku8.com/1810/妖精的尾巴最終季-01.mp4" def Schedule(a,b,c): ''' a:已經下載的數據塊 b:數據塊的大小 c:遠程文件的大小 ''' per = 100.0*a*
相關文章
相關標籤/搜索