how i can make thread for progress bar with pafy
问题 i'm trying to fix problem in my program and this problem is when i start download video the program not responding and i can't see also progress bar move so i tried used threading module but i can't fix problem so how i can fix problem From this code I can download the video and send the data to another function to retrieve information that I use to connect it to the progress bar def video(self): video_url = self.lineEdit_4.text() video_save = self.lineEdit_3.text() pafy_video = pafy.new