ritiek / rafy-rs

Rust library to download YouTube content and retrieve metadata
MIT License
50 stars 10 forks source link

Downloading is very slow #10

Open ritiek opened 6 years ago

ritiek commented 6 years ago

This probably affects only audiostream downloads. Relevant issue mps-youtube/pafy#199.

For the time being, we could just add this header "Range": "bytes=0-" when downloading streams as mentioned in https://github.com/mps-youtube/pafy/issues/199#issuecomment-368257981 to fix on download speeds on relatively smaller downloads.

ritiek commented 6 years ago

87984addcc1e1d9c725872a1197fa32cec426cc8 partially fixes this.