Mithronn / rusty_ytdl

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

Reusing a single reqwest client #20

Closed AlvaroMS25 closed 8 months ago

AlvaroMS25 commented 8 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 8 months ago

implemented with 0.7.1. You can find examples