aajanki / yle-dl

Download videos from Yle servers
https://aajanki.github.io/yle-dl/index-en.html
GNU General Public License v3.0
309 stars 51 forks source link

Proxy improvements #277

Closed pekkarr closed 3 years ago

pekkarr commented 3 years ago

Add support for downloading video data through a HTTP proxy with HLS streams.

Proxy is passed to ffmpeg by -http_proxy command line option.

Also use specified proxy with external subtitles in wget backend.

aajanki commented 3 years ago

Excellent fixes, thanks!