Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHoi committed Mar 5, 2021
1 parent 6215fb3 commit 2f65092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main():
print("[开始下载视频]")
print("[若下载速度太快,可能会看不到下载信息]")
download_videos(data, episode, quality, path, max_worker)

os.system("pause")

if __name__ == '__main__':
sys.exit(main())

0 comments on commit 2f65092

Please sign in to comment.