Skip to content

Commit

Permalink
Fixed gtlinks site
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedemon938 authored Apr 17, 2024
1 parent 6e6618e commit 2032231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FZBypass/core/bypass_ddl.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async def gyanilinks(url: str) -> str:
resp = rget(f"{DOMAIN}/{code}", headers={'Referer':'https://hipsonyc.com/','User-Agent': useragent}, cookies=res.cookies)
soup = BeautifulSoup(resp.text,'html.parser')
data = { inp.get('name'): inp.get('value') for inp in soup.find_all('input')}
await sleep(5)
await asleep(5)
links = rpost(f"{DOMAIN}/links/go", data=data, headers={'X-Requested-With':'XMLHttpRequest','User-Agent': useragent, 'Referer': f"{DOMAIN}/{code}"}, cookies=res.cookies)
try:
return links.json()["url"]
Expand Down

0 comments on commit 2032231

Please sign in to comment.