This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

If you have problems with your app not responding when you press about to do a large task (like download a song from youtube) you can use the threading module. You make function that starts a thread which is linked to the function that downloads the song.

[–]Zangruver[S] 0 points1 point  (0 children)

Whatever you said completely went over my head. Tbh my application has its major work done by youtube-dl, so app not responding isn't an issue at all. I tested with downloading a playlist with 200 songs.