Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ump query string #238

Open
3052 opened this issue Sep 29, 2024 · 0 comments
Open

ump query string #238

3052 opened this issue Sep 29, 2024 · 0 comments

Comments

@3052
Copy link

3052 commented Sep 29, 2024

I just tested the web client and ump is not in the query string any more:

piped-proxy/src/main.rs

Lines 278 to 282 in 2d5be45

let video_playback = req.path().eq("/videoplayback");
let is_android = video_playback && query.get("c").unwrap_or("").eq("ANDROID");
let is_web = video_playback && query.get("c").unwrap_or("").eq("WEB");
let is_ump = video_playback && query.get("ump").is_some();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant