DzenanJupic / rustube

A YouTube video downloader, originally inspired by pytube, written in Rust.
Apache License 2.0
227 stars 41 forks source link

Support rustls #25

Closed alexandervoronov closed 3 years ago

alexandervoronov commented 3 years ago

The goal of this change is to give the choice between native-tls (OpenSSL based) and rustls. I'm following the pattern from reqwest itself, though the feature dependencies seem quite simple (comparing to what they do in reqwest).

DzenanJupic commented 3 years ago

@alexandervoronov seems like a reasonable change. Thank you for the PR.