Skip to content

Commit

Permalink
New signed headers (forgot the static_param)
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimaHoarder committed May 4, 2021
1 parent 392b070 commit f1c6cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/onlyfans/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def create_signed_headers(link: str, auth_id: int):
path = urlparse(link).path
query = urlparse(link).query
path = path if not query else f"{path}?{query}"
static_param = "yoCCrPVmrN27vlUEQLZcW3DZH97KRVoy"
static_param = "Sx7FEcC7r5uKuCIzVljwS8gnZGhNprM5"
a = [static_param, time2, path, str(auth_id)]
msg = "\n".join(a)
message = msg.encode("utf-8")
Expand Down

0 comments on commit f1c6cdd

Please sign in to comment.