mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 08:07:25 +08:00
remove unused code
This commit is contained in:
parent
fd58277adf
commit
c82a911fc9
@ -3061,10 +3061,6 @@ if __name__ == '__main__':
|
|||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
for threadcount in xrange(downloadparallel):
|
for threadcount in xrange(downloadparallel):
|
||||||
threads[threadcount].join()
|
threads[threadcount].join()
|
||||||
# while True:
|
|
||||||
# if downloadqueue.empty():
|
|
||||||
# break
|
|
||||||
# time.sleep(1) #otherwise, join won't let main thread catch keyboard interrupt
|
|
||||||
|
|
||||||
|
|
||||||
# Dump cookie jar if requested
|
# Dump cookie jar if requested
|
||||||
|
Loading…
x
Reference in New Issue
Block a user