exebetche / vlsub

VLC extension to download subtitles from opensubtitles.org
1.34k stars 346 forks source link

Download fix #163

Closed varjolintu closed 7 years ago

varjolintu commented 7 years ago

This fixes the download problem with HTTP 1.1 and latest vlsub. When subtitle download is made without chunked transfer, the body is cleared. In that case we should inspect the length of the buf instead of body variable.

varjolintu commented 7 years ago

Thanks. Fixed.

exebetche commented 7 years ago

Thank you.