omansak / libvideo

A lightweight .NET library to download YouTube videos.
BSD 2-Clause "Simplified" License
553 stars 163 forks source link

Proxy for downloading #120

Closed CSchuster closed 4 years ago

CSchuster commented 5 years ago

Hi,

i have the libvideo in an application which has the production server to run behind a proxy server.

How can i inject the proxy config into the libvideo? (best from web.config, as i dont need this on dev/staging)

thank you Christoph