selsta / hlsdl

C program to download VoD HLS (.m3u8) files
MIT License
630 stars 158 forks source link

Getting Pieces But Downloading Everything*Pieces #121

Open AnDCGI opened 2 years ago

AnDCGI commented 2 years ago

I was trying to download a video, seems like it figured out the chunks right, started downloading, but then every .ts file is the same size as of the video.

For my case there was roughly 3500 chunks, and all while the whole video is around 3.5 GB, its stared download and now every .ts file is 3.5 GB, and estimated time is roughly 10 days, don't know what I am doing wrong.

Please help me someone