Mithronn / rusty_ytdl

A Rust library for Youtube video searcher and downloader
https://docs.rs/rusty_ytdl
MIT License
104 stars 19 forks source link

Reusing a single reqwest client #20

Closed AlvaroMS25 closed 7 months ago

AlvaroMS25 commented 7 months ago

Hello!

I'm testing out this crate for a project, and it seems it creates a new reqwest client for each video information i want to get, is there any way to just provide a reqwest client to each video / youtube search and reuse it?

Mithronn commented 7 months ago

implemented with 0.7.1. You can find examples