sina_download_by_xml: remove print

This commit is contained in:
Mort Yao 2014-06-27 20:29:58 +02:00
parent 6b6b4246bf
commit 6ec704ee6f

View File

@ -39,7 +39,6 @@ def sina_download_by_xml(xml, title, output_dir, merge, info_only):
assert title assert title
size = 0 size = 0
for url in urls: for url in urls:
print (url)
_, _, temp = url_info(url) _, _, temp = url_info(url)
size += temp size += temp