letrp=RustyPipe::new();rp.query().channel_videos(&channel.id).awaitCan I use my custom instance in this case, instead of Google servers by default?
``` rust
let rp = RustyPipe::new();
rp.query().channel_videos(&channel.id).await
```
Can I use my custom instance in this case, instead of Google servers by default?