diff --git a/clean_friend_feed_regex.txt b/clean_friendFeed_regex.txt similarity index 100% rename from clean_friend_feed_regex.txt rename to clean_friendFeed_regex.txt diff --git a/clean_userInfo_regex.txt b/clean_userInfo_regex.txt new file mode 100644 index 0000000..e08cb60 --- /dev/null +++ b/clean_userInfo_regex.txt @@ -0,0 +1 @@ +userInfo\(|\); \ No newline at end of file diff --git a/curl_userInfo.ps1 b/curl_userInfo.ps1 index f4985ae..97d5b38 100644 --- a/curl_userInfo.ps1 +++ b/curl_userInfo.ps1 @@ -4,4 +4,4 @@ $URL = "https://profile.callofduty.com/cod/userInfo/$COOKIE_VALUE" $USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" $OUTPUT_FILE = "userInfo.json" -curl -v $URL -H "Cookie: ACT_SSO_COOKIE=$COOKIE_VALUE" -H "User-Agent: $USER_AGENT" -o $OUTPUT_FILE \ No newline at end of file +curl -v $URL -H "Cookie: ACT_SSO_COOKIE=$COOKIE_VALUE" -H "User-Agent: $USER_AGENT" -o $OUTPUT_FILE \ No newline at end of file