Skip to content

Commit

Permalink
added join
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Feb 18, 2021
1 parent 84e0e20 commit ec9d726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/youtubedl.py
Original file line number Diff line number Diff line change
@@ -185,5 +185,7 @@ def download(url, q):
else:
filename = q.get()

p.join()

# write the result to the mapping file
results.write("{}\t{}\n".format(url, filename))

0 comments on commit ec9d726

Please sign in to comment.