IamEld3st / youtube_dash_dl

MIT License
46 stars 8 forks source link

Add requests retry mechanism #19

Closed martykan closed 3 years ago

martykan commented 3 years ago

Sometimes a segment download fails, which crashes the whole download. I added a retry mechanism with requests.Session(), based on this article

IamEld3st commented 3 years ago

Thanks again, really nice and quick solution.