kevinrvaz / m3u8-dl

A CLI program to download a video played using a m3u8 playlist. Download it here - https://pypi.org/project/m3u8dl/0.5.2/
MIT License
72 stars 20 forks source link

Producer consumer #1

Closed kevinrvaz closed 4 years ago

kevinrvaz commented 4 years ago

Seperated CPU bound and IO bound processes using a producer consumer model, where in the download process will inform a server process when it has finshed a download and the video_handling process can query the server process for tasks when it is free.