You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been toying around with wrapping the download streams in threading.Thread objects.
Was thinking there were other ways to wrap, but settled on that method as it allows better to later add progress tracking as well (as the master thread could better get status from these objects).
Podcasts should be downloaded concurrently, so that slow servers do not slow the downloading down.
The text was updated successfully, but these errors were encountered: