mirror of
https://github.com/aithedev/X-Bogus.git
synced 2025-04-05 07:42:47 +08:00
Update example.py
This commit is contained in:
parent
e49cedcef5
commit
ccf4b867d2
@ -1,10 +1,11 @@
|
||||
import execjs
|
||||
import urllib.parse
|
||||
|
||||
# Replace the empty strings with valid values
|
||||
url = ""
|
||||
user_agent = ""
|
||||
|
||||
query = urllib.parse.urlparse(url).query
|
||||
xbogus = execjs.compile(open('./X-Bogus.js').read()).call('sign', query, user_agent)
|
||||
new_url = url + "&X-Bogus=" + xbogus
|
||||
print(new_url)
|
||||
print(new_url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user