Is there a way to add progress bar in pytube? I don\'t know how to use the following method:
pytube.Stream().on_progress(chunk, file_handler, bytes_remaining
The callback function takes three arguments, not four: stream, chunk and bytes_remaining.
stream
chunk
bytes_remaining