Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
User-Agent 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieaer committed Aug 31, 2023
1 parent 397e7c1 commit 9e7c542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anti-ripper"
version = "1.0.6"
version = "1.0.7"
edition = "2021"
build = "src/build.rs"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const TOTP_URL: &str = "https://api.vrchat.cloud/api/1/auth/twofactorauth/totp/v
const EMAIL_URL: &str = "https://api.vrchat.cloud/api/1/auth/twofactorauth/emailotp/verify";
const API_URL: &str = "https://api.ripper.store/api/v2/avatars/search";
const API_DETAIL_URL: &str = "https://api.ripper.store/api/v2/avatars/detail";
const PROGRAM_USER_AGENT: &str = "Ripper Store User Detector / dev cloud9350@naver.com";
const PROGRAM_USER_AGENT: &str = "Ripper Store User Detector / 1.0.7 cloud9350@naver.com";

shadow!(build);

Expand Down

0 comments on commit 9e7c542

Please sign in to comment.