mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 11:24:02 +03:00
sina_download_by_xml: remove print
This commit is contained in:
parent
6b6b4246bf
commit
6ec704ee6f
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user