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

wip: Fix high memory usage when downloading big playlist #31

Closed dayvsonsales closed 4 years ago

dayvsonsales commented 4 years ago

It tries to solve the problem mentioned in #24

This commit solved my problem but I think it should be more investigated before merge it, I'm not 100% sure about it, so be free to close it if necessary.

kevinrvaz commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
- Added 3

Complexity increasing per file
==============================
- core/weblib/fetch.py  3

See the complete overview on Codacy

kevinrvaz commented 4 years ago

@dayvsonsales Thanks for contributing. Use the latest version of the repo to access all the changes. Also feel free to request new features or reporting any issues that you encounter.