mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-29 21:52:54 +00:00
remove unused code
This commit is contained in:
parent
fd58277adf
commit
c82a911fc9
1 changed files with 0 additions and 4 deletions
|
@ -3061,10 +3061,6 @@ if __name__ == '__main__':
|
|||
time.sleep(1)
|
||||
for threadcount in xrange(downloadparallel):
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue