fix: remove Innertube API keys, update android player params

This commit is contained in:
ThetaDev 2024-04-16 15:18:29 +02:00
parent 6c41ef2fb2
commit a8fb337fae
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
2 changed files with 9 additions and 13 deletions

View file

@ -128,8 +128,8 @@ impl RustyPipeQuery {
video_id,
content_check_ok: true,
racy_check_ok: true,
// Source: https://github.com/TeamNewPipe/NewPipeExtractor/pull/1084
params: Some("CgIQBg").filter(|_| client_type == ClientType::Android),
// Source: https://github.com/TeamNewPipe/NewPipeExtractor/pull/1168
params: Some("CgIIAQ%3D%3D").filter(|_| client_type == ClientType::Android),
}
};