Skip to content

Commit

Permalink
revert user agent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nick42d committed Nov 18, 2024
1 parent 35a2769 commit 6dbdfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ytmapi-rs/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub mod constants {
use const_format::concatcp;

pub const USER_AGENT: &str =
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0";
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0";
pub const YTM_URL: &str = "https://music.youtube.com";
pub const YTM_API_URL: &str = "https://music.youtube.com/youtubei/v1/";
pub const YTM_PARAMS: &str = "?alt=json&prettyPrint=false";
Expand Down

0 comments on commit 6dbdfdb

Please sign in to comment.