feat: add mobile client

This commit is contained in:
ThetaDev 2024-10-13 05:06:13 +02:00
parent f293cb4044
commit 71d3ec65dd
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
5 changed files with 161 additions and 188 deletions

View file

@ -127,6 +127,7 @@ impl RustyPipeQuery {
client_type: ClientType,
) -> Result<VideoPlayer, Error> {
let video_id = video_id.as_ref();
// let vdata = self.get_visitor_data().await?;
let (context, deobf) = tokio::join!(
self.get_context(client_type, false, None),
self.client.get_deobf_data()