feat: add mobile client
This commit is contained in:
parent
f293cb4044
commit
71d3ec65dd
5 changed files with 161 additions and 188 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Reference in a new issue